Files
firmware/src/BluetoothCommon.h

8 lines
182 B
C
Raw Normal View History

2020-07-09 19:57:55 -07:00
#pragma once
/**
* Common lib functions for all platforms that have bluetooth
*/
/// Given a level between 0-100, update the BLE attribute
void updateBatteryLevel(uint8_t level);