Driver SDK  1.6
All Files Functions Variables Typedefs Modules Pages
Variables
Battery level constants

Possible values for the output parameter battery of function bbt_driver_read(). More...

Variables

BBT_SDK_API const short bbt_driver_battery_unknown
 unknown battery level More...
 
BBT_SDK_API const short bbt_driver_battery_charging
 battery charging More...
 

Detailed Description

Possible values for the output parameter battery of function bbt_driver_read().

Values from 0 to 5 indicate the level of battery in percentage from 0 = 0% to 5 = 100%. Other possible values are bbt_driver_battery_unknown and bbt_driver_battery_charging

Variable Documentation

◆ bbt_driver_battery_unknown

BBT_SDK_API const short bbt_driver_battery_unknown
extern

unknown battery level

The battery level is not known yet. It takes one second after bbt_driver_start() to be available

Examples
example/main.cpp.

◆ bbt_driver_battery_charging

BBT_SDK_API const short bbt_driver_battery_charging
extern

battery charging

The charger is connected to the device

Examples
example/main.cpp.