circuitpython/esp8266/common-hal
Scott Shawcroft f28f8ba568 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.
2017-04-10 13:32:19 -07:00
..
analogio Split up nativeio. 2017-04-10 13:32:19 -07:00
board This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
busio Split up nativeio. 2017-04-10 13:32:19 -07:00
digitalio Split up nativeio. 2017-04-10 13:32:19 -07:00
microcontroller Fix up Analog classes: unify them at 16 bits and adds reference_voltage member 2016-12-13 16:09:00 -08:00
neopixel_write Split up nativeio. 2017-04-10 13:32:19 -07:00
pulseio Split up nativeio. 2017-04-10 13:32:19 -07:00
time This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00