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 3 matches
CCS Forum Index
Author Message
  Topic: PIC10F222 timer
ocmkim

Replies: 5
Views: 15077

PostForum: General CCS C Discussion   Posted: Fri Jul 06, 2018 6:35 pm   Subject: Re:
If you just want to delay, then delay_ms(30000); will give you a 30 second delay.

However if your code needs to do anything else, then it starts to get much more complex, and is made worse by the v ...
  Topic: PIC10F222 timer
ocmkim

Replies: 5
Views: 15077

PostForum: General CCS C Discussion   Posted: Fri Jul 06, 2018 6:31 am   Subject: RE:
There is never really an 'upper' limit on times that can be generated by any processor. After all '100 seconds', is just 100*1 seconds.
ex_time.c can be used on your chip (using timer0), but it reall ...
  Topic: PIC10F222 timer
ocmkim

Replies: 5
Views: 15077

PostForum: General CCS C Discussion   Posted: Thu Jul 05, 2018 11:09 pm   Subject: PIC10F222 timer
Hi,
I like to make a timer which can adjust 20~40 sec for my motor run.
What is the maximum time with this PIC10F222 can make?
Any example example available how to generate time?
I am learning PIC ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group