|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
This is the complete list of members for SensorHal, including all inherited members.
| CustomMode typedef | SensorHalCustom | |
| CustomRead typedef | SensorHalCustom | |
| CustomWrite typedef | SensorHalCustom | |
| delay(uint32_t ms)=0 | SensorHal | pure virtual |
| delayMicroseconds(uint32_t us)=0 | SensorHal | pure virtual |
| digitalRead(uint8_t pin)=0 | SensorHal | pure virtual |
| digitalWrite(uint8_t pin, uint8_t level)=0 | SensorHal | pure virtual |
| millis()=0 | SensorHal | pure virtual |
| modeCallback | SensorHalCustom | protected |
| pinMode(uint8_t pin, uint8_t mode)=0 | SensorHal | pure virtual |
| readCallback | SensorHalCustom | protected |
| SensorHalCustom() | SensorHalCustom | inline |
| setCustomMode(CustomMode callback) | SensorHalCustom | inline |
| setCustomRead(CustomRead callback) | SensorHalCustom | inline |
| setCustomWrite(CustomWrite callback) | SensorHalCustom | inline |
| writeCallback | SensorHalCustom | protected |