1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Adding a couple of Servo examples from Wiring (slightly modified).

This commit is contained in:
David A. Mellis
2008-05-07 22:15:55 +00:00
parent 8f1f736e36
commit 8588045f7f
4 changed files with 53 additions and 2 deletions

View File

@ -22,7 +22,6 @@
*/
#include <inttypes.h>
#include <wiring.h>
class Servo
{