meshtastic-firmware/src/BluetoothCommon.h

8 wiersze
182 B
C
Czysty Zwykły widok Historia

2020-07-10 02:57:55 +00: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);