Author |
Message |
Topic: PIC10F222 timer |
ocmkim
Replies: 5
Views: 15077
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|