|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <IEspHardware.h>
Public Member Functions | |
| virtual | ~IEspHardware ()=default |
| virtual bool | getTemperatureC (float *outC)=0 |
| Public Member Functions inherited from cdc::core::IService | |
| virtual | ~IService ()=default |
| virtual bool | init ()=0 |
| virtual bool | start ()=0 |
| virtual void | stop ()=0 |
| virtual ServiceState | getState () const =0 |
| virtual const char * | getName () const =0 |
ESP Hardware helper interface
Provides access to ESP-specific hardware features.
Definition at line 12 of file IEspHardware.h.
|
virtualdefault |
|
pure virtual |
Read internal temperature sensor in Celsius.
| outC | Output temperature |
Implemented in cdc::hal::EspHardware.