A simple API/Software interface to the LPC17xx PWM peripheral to provide control to up to six RC type servo controllers.

Committer:
AjK
Date:
Thu May 19 22:48:17 2011 +0000
Revision:
3:1232505e7206
Parent:
2:d6a018232650
1.3 See ChangeLog.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AjK 3:1232505e7206 1 /*
AjK 3:1232505e7206 2
AjK 3:1232505e7206 3 SimpleRCservos change log history.
AjK 3:1232505e7206 4 ==================================
AjK 3:1232505e7206 5
AjK 3:1232505e7206 6 1.3 19/May/2011
AjK 3:1232505e7206 7
AjK 3:1232505e7206 8 * Added example2.h
AjK 3:1232505e7206 9
AjK 3:1232505e7206 10 1.2 19/May/2011
AjK 3:1232505e7206 11
AjK 3:1232505e7206 12 * Added the SimpleServoControl helper class.
AjK 3:1232505e7206 13 See http://mbed.org/forum/helloworld/topic/2303
AjK 3:1232505e7206 14
AjK 3:1232505e7206 15 1.1 2/May/2011
AjK 3:1232505e7206 16 * Fixed some documentation errors.
AjK 3:1232505e7206 17
AjK 3:1232505e7206 18 1.0 2/May/2011
AjK 3:1232505e7206 19 * Initial release.
AjK 3:1232505e7206 20
AjK 0:c680385286e3 21 */