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: timer value
stef.df

Replies: 1
Views: 3278

PostForum: General CCS C Discussion   Posted: Tue Apr 07, 2009 1:42 am   Subject: timer value
How can I get 60s from timer1?



setup_timer_1( T1_INTERNAL|T1_DIV_BY_8);
set_timer1(0);
get_timer1();



Can I get 60s using this?
Or is there any other options?
  Topic: How to add a timer?
stef.df

Replies: 2
Views: 4352

PostForum: General CCS C Discussion   Posted: Thu Apr 02, 2009 7:56 pm   Subject: How to add a timer?
Hi, can someone help me solve my problem.
My program is like:

if( input(PIN_C3)== true)
{ do............
}
else
{do..........
}

What I want to do now is ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group