circuitpython/esp8266/modules
Damien George 9fba618356 esp8266/modules: Split onewire.py into OneWire and DS18X20 driver.
The OneWire class is now in its own onewire.py module, and the temperature
sensor class is in its own ds18x20.py module.  The latter is renamed to
DS18X20 to reflect the fact that it will support both the "S" and "B"
variants of the device.

These files are moved to the modules/ subdirectory to take advantage of
frozen bytecode.
2016-08-29 12:12:49 +10:00
..
_boot.py esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size. 2016-07-23 13:56:24 +03:00
ds18x20.py esp8266/modules: Split onewire.py into OneWire and DS18X20 driver. 2016-08-29 12:12:49 +10:00
flashbdev.py esp8266/modules/flashbdev: Start filesystem at 0x90000. 2016-08-09 14:59:27 +03:00
onewire.py esp8266/modules: Split onewire.py into OneWire and DS18X20 driver. 2016-08-29 12:12:49 +10:00
webrepl.py esp8266: Switch webrepl to use frozen bytecode. 2016-07-02 22:45:31 +03:00
webrepl_setup.py esp8266: Switch webrepl_setup to use frozen bytecode. 2016-07-02 22:40:16 +03:00