| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Following best-practice use of the const feature, to make it compatible
with Python.
|
| |
|
| |
|
|
|
|
|
| |
This allows 1-wire drivers (eg DS18X20) to perform in-place operations and
hence do less memory allocations.
|
|
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.
|