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: While / For Loops Problem
flightdecksoft

Replies: 3
Views: 6068

PostForum: General CCS C Discussion   Posted: Fri Feb 09, 2007 11:53 am   Subject: While / For Loops Problem
WOW! Stupid. Embarassed

Thanks!
  Topic: While / For Loops Problem
flightdecksoft

Replies: 3
Views: 6068

PostForum: General CCS C Discussion   Posted: Fri Feb 09, 2007 11:16 am   Subject: While / For Loops Problem
Hello,

PIC16F84A

I have written a simple code like this to flash an LED:

void main()
{
while (TRUE)
{
loop();
}
}

int loop(void)
{
OUTPUT_HIGH(PIN_B4);
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group