summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/servo.h
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-01-14 22:23:56 -0800
committerDave Hylands <dhylands@gmail.com>2014-02-10 09:06:41 -0800
commit6f9c03676bdf66274c199d296e98e7027324d22e (patch)
treeb6b715bd4710ff6541f343a5af2706f7ad20c056 /teensy/servo.h
parent2e24ee8d80de20e879275c087ecc1ca9b4d27297 (diff)
downloadmicropython-6f9c03676bdf66274c199d296e98e7027324d22e.tar.gz
micropython-6f9c03676bdf66274c199d296e98e7027324d22e.zip
Updated teensy to work with latest on master
Added analogRead, analogWriteXxx and servo support for teensy.
Diffstat (limited to 'teensy/servo.h')
-rw-r--r--teensy/servo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/servo.h b/teensy/servo.h
new file mode 100644
index 0000000000..c4a5bd49b1
--- /dev/null
+++ b/teensy/servo.h
@@ -0,0 +1,2 @@
+mp_obj_t pyb_Servo(void);
+