CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
IEspHardware.h
Go to the documentation of this file.
1#pragma once
2
3#include "cdc_core/IService.h"
4
5namespace cdc::hal {
6
13public:
14 virtual ~IEspHardware() = default;
15
21 virtual bool getTemperatureC(float* outC) = 0;
22};
23
24// Factory function
26
27} // namespace cdc::hal
virtual bool getTemperatureC(float *outC)=0
virtual ~IEspHardware()=default
IEspHardware * getEspHardwareInstance()