summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/servo.c
AgeCommit message (Collapse)Author
2008-03-28 * digital/io/srcJérémy Dufour
- fix includes (thanks to ni).
2008-03-22 * digital/io/srcJérémy Dufour
- fix a bug in setting pins direction (use DDR rather than PORT for setting the pins direction (thanks to ni)).
2008-03-22 * digital/io/srcJérémy Dufour
- compute the number of TIC of a servos update cycle (rather than using a pre-defined one).
2008-03-22 * digital/io/srcJérémy Dufour
- use the helper macro set_bit where needed.
2008-03-19 * digital/io/srcJérémy Dufour
- add servo module (not integrated yet in the io program).