|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_hal/IEspHardware.h"#include "cdc_log.h"#include "driver/temperature_sensor.h"#include <limits>Go to the source code of this file.
Classes | |
| class | cdc::hal::EspHardware |
Namespaces | |
| namespace | cdc |
| namespace | cdc::hal |
Functions | |
| IEspHardware * | cdc::hal::getEspHardwareInstance () |
Variables | |
| static const char * | TAG = "EspHardware" |
| static EspHardware | cdc::hal::g_espHardware |
|
static |
ESP Hardware Implementation
Access to ESP-specific hardware functions.
Definition at line 14 of file EspHardware.cpp.