(minor doc updates)

partial-rewrite
Ben Blazak 2013-05-07 14:01:39 -07:00
parent 414158768b
commit 65ecf576d3
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,12 @@
* Timer interface
*
* Prefix: `timer__`
*
* TODO:
* - write `timer__schedule(uint32_t milliseconds, void(*)(void) function)`, to
* schedule `function` to run in `milliseconds`.
* - will need to be careful with this function, as everything called by it
* will be executing within an interrupt vector.
*/

View File

@ -3,6 +3,7 @@
- the gnu avr toolchain
- python 3
- markdown `sudo pip install markdown`
- git (for cleaning)
-------------------------------------------------------------------------------