CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: Multiple unit files problems
Ocean

Replies: 6
Views: 8114

PostForum: General CCS C Discussion   Posted: Sat Nov 17, 2007 4:19 pm   Subject: Multiple unit files problems
Hi PCM programmers

Trying to make two different compilers work together in the same
company seems very inefficient. ........

You are right about the different compilers. but it was like this b ...
  Topic: Multiple unit files problems
Ocean

Replies: 6
Views: 8114

PostForum: General CCS C Discussion   Posted: Fri Nov 16, 2007 8:21 am   Subject: Quick Modification
Sorry just a quick modification of the code the method TOGGLE_LED() should be


void TOGGLE_LED() {
LED1_TRIS = 0;
if(x == 0){
LED1 = 0;
x = 1;
}else ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group