Device Drivers#
PyMCU ships a growing collection of device drivers in pymcu.drivers. All drivers are
target-independent where possible, with architecture-specific pulse-timing delegated to
architecture sub-modules.
Driver |
Module |
Description |
|---|---|---|
DHT11 |
|
Temperature + humidity (1-Wire protocol) |
DS18B20 |
|
Precision temperature (1-Wire, 12-bit) |
LM35 |
|
Analog temperature sensor (ADC-based) |