diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-01-14 22:23:56 -0800 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-02-10 09:06:41 -0800 |
commit | 6f9c03676bdf66274c199d296e98e7027324d22e (patch) | |
tree | b6b715bd4710ff6541f343a5af2706f7ad20c056 /teensy/qstrdefsport.h | |
parent | 2e24ee8d80de20e879275c087ecc1ca9b4d27297 (diff) | |
download | micropython-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/qstrdefsport.h')
-rw-r--r-- | teensy/qstrdefsport.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/teensy/qstrdefsport.h b/teensy/qstrdefsport.h new file mode 100644 index 0000000000..8b23a86bf0 --- /dev/null +++ b/teensy/qstrdefsport.h @@ -0,0 +1,36 @@ +// qstrs specific to this port + +Q(help) +Q(pyb) +Q(info) +Q(sd_test) +Q(stop) +Q(standby) +Q(source_dir) +Q(main) +Q(sync) +Q(gc) +Q(delay) +Q(switch) +Q(servo) +Q(pwm) +Q(accel) +Q(mma_read) +Q(mma_mode) +Q(hid) +Q(time) +Q(rand) +Q(Led) +Q(led) +Q(Servo) +Q(I2C) +Q(gpio) +Q(Usart) +Q(ADC) +Q(open) +Q(analogRead) +Q(analogWrite) +Q(analogWriteResolution) +Q(analogWriteFrequency) +Q(run) + |