Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
titleGyroBattery.h
firstline1
linenumberstrue
/*Library for checking the battery, i.e.
its voltage*/ 
 
//returns the voltage of the battery in % from 0 to 100
int getBatteryStatus();

//returns the actual current voltage 
//provided by the battery in volt
int getActualBatteryVoltage();

...