summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modules/ds18x20.py
Commit message (Expand)AuthorAge
* drivers: Add "from micropython import const" when const is used.Damien George2016-11-03
* esp8266/modules: Fix negative temperature in ds18x20 driver.ernitron2016-11-02
* esp8266/modules/ds18x20.py: Add support for DS18S20 devices.Damien George2016-08-29
* esp8266/modules/onewire: Change onewire.read() to onewire.readinto().Damien George2016-08-29
* esp8266/modules: Split onewire.py into OneWire and DS18X20 driver.Damien George2016-08-29