Skip to content

Tags: robomike/circuitpython

Tags

0.9.7

Toggle 0.9.7's commit message
atmel-samd: Clean up leftovers from QTouch.

0.9.6

Toggle 0.9.6's commit message
travis: turn off artifact debug.

0.9.5

Toggle 0.9.5's commit message
Correct PulseOut example code

0.9.4

Toggle 0.9.4's commit message
Split up nativeio.

This was done to allow greatly granularity when deciding what functionality
is built into each board's build. For example, this way pulseio can be
omitted to allow for something else such as touchio.

0.9.3

Toggle 0.9.3's commit message
atmel-samd: Update Feather M0 Express USB pid.

0.9.2

Toggle 0.9.2's commit message
Add PulseIn support which can be used to measure a series of pulse wi…

…dths.

This is useful for infrared input and DHT sensors.

0.9.1

Toggle 0.9.1's commit message
shared-bindings: Fix two more try_locks. Copy and paste failed me.

0.9.0

Toggle 0.9.0's commit message
ESP8266: Stop supporting 400khz neopixels through old esp module API.

It still accepts the parameter for backwards compatibility and to
provide a good error when it can't work.

Using the `neopixel_write` module instead is recommended because its
available on all CircuitPython supported ports.

0.8.4

Toggle 0.8.4's commit message
Switch design guide to rST so that the table works. Also add details …

…based on more feedback from @deshipu. Thanks!

0.8.3

Toggle 0.8.3's commit message
atmel-samd: Fix neopixel timing by forcing the NVM cache to be determ…

…inisticly timed. Otherwise, bit order changes code timing. Fixes adafruit#74