aboutsummaryrefslogtreecommitdiff
path: root/libraries/Servo/Servo.cpp
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2008-05-07 22:15:55 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2008-05-07 22:15:55 +0000
commit5fa29a57bec20439e386824e4b1896a68e1c9e1d (patch)
tree6254c32042102e4ecb21d1a2729a26332e0df3b4 /libraries/Servo/Servo.cpp
parentd98fdd989fcc598401e89e5095cfcdce3baff9b8 (diff)
Adding a couple of Servo examples from Wiring (slightly modified).
Diffstat (limited to 'libraries/Servo/Servo.cpp')
-rwxr-xr-xlibraries/Servo/Servo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Servo/Servo.cpp b/libraries/Servo/Servo.cpp
index c88e73a..4d04145 100755
--- a/libraries/Servo/Servo.cpp
+++ b/libraries/Servo/Servo.cpp
@@ -1,5 +1,6 @@
-#include <Servo.h>
#include <avr/interrupt.h>
+#include <wiring.h>
+#include <Servo.h>
/*
Servo.h - Hardware Servo Timer Library