initial commit
This commit is contained in:
7
components/port_bsp/adc_bsp.h
Normal file
7
components/port_bsp/adc_bsp.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <esp_adc/adc_oneshot.h>
|
||||
|
||||
void Adc_PortInit();
|
||||
float Adc_GetBatteryVoltage();
|
||||
uint8_t Adc_GetBatteryLevel();
|
||||
Reference in New Issue
Block a user