diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-05-07 22:15:55 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-05-07 22:15:55 +0000 |
commit | 5fa29a57bec20439e386824e4b1896a68e1c9e1d (patch) | |
tree | 6254c32042102e4ecb21d1a2729a26332e0df3b4 /libraries/Servo/Servo.h | |
parent | d98fdd989fcc598401e89e5095cfcdce3baff9b8 (diff) |
Adding a couple of Servo examples from Wiring (slightly modified).
Diffstat (limited to 'libraries/Servo/Servo.h')
-rwxr-xr-x | libraries/Servo/Servo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/Servo/Servo.h b/libraries/Servo/Servo.h index 780367d..59f04d9 100755 --- a/libraries/Servo/Servo.h +++ b/libraries/Servo/Servo.h @@ -22,7 +22,6 @@ */ #include <inttypes.h> -#include <wiring.h> class Servo { |