diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-10 22:02:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-10 22:02:47 +0000 |
commit | 724026ab402a13a2344ac6679a665394777ff0fa (patch) | |
tree | 718ea2cd836207a4275aff494b19a1d157639430 /teensy/servo.h | |
parent | b0b7518dd1fa45f59299d97b4b6f7b025c9abf7f (diff) | |
parent | 6f9c03676bdf66274c199d296e98e7027324d22e (diff) | |
download | micropython-724026ab402a13a2344ac6679a665394777ff0fa.tar.gz micropython-724026ab402a13a2344ac6679a665394777ff0fa.zip |
Merge pull request #271 from dhylands/teensy-2014-02-10
Updated teensy to work with latest on master
Diffstat (limited to 'teensy/servo.h')
-rw-r--r-- | teensy/servo.h | 2 |
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); + |