circuitpython/shared-bindings/digitalio
Scott Shawcroft 7686f93ef4
Fix crash when getting board.SPI outside the VM
If one of the default pins was already in use it would crash.

The internal API has been refined to allow us to get the value
without causing an init of the singleton.

Fixes #1753
2019-04-05 19:06:37 -07:00
..
DigitalInOut.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
DigitalInOut.h Fix crash when getting board.SPI outside the VM 2019-04-05 19:06:37 -07:00
Direction.c shared-bindings: Move enum-like classes out of DigitalInOut into digitalio. 2017-06-16 13:47:01 -07:00
Direction.h merge from 2.2.0 + fix up board defs 2018-01-02 21:25:41 -05:00
DriveMode.c shared-bindings: Move enum-like classes out of DigitalInOut into digitalio. 2017-06-16 13:47:01 -07:00
DriveMode.h merge from 2.2.0 + fix up board defs 2018-01-02 21:25:41 -05:00
Pull.c shared-bindings: Move enum-like classes out of DigitalInOut into digitalio. 2017-06-16 13:47:01 -07:00
Pull.h merge from 2.2.0 + fix up board defs 2018-01-02 21:25:41 -05:00
__init__.c Fix blinky example 2017-08-26 22:24:17 -07:00
__init__.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00