|
PiPower
ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
|
Go to the source code of this file.
Functions | |
| void | init_millis () |
| Initialize the millis service. More... | |
| unsigned long | millis () |
| Return milliseconds since mc boot. More... | |
| void init_millis | ( | ) |
Initialize the millis service.
Configure timer 0 in CTC mode. See the attiny85 datasheet for more information.
| unsigned long millis | ( | ) |
Return milliseconds since mc boot.
1.8.11