Difference between revisions of "Gb.battery.voltage"

From Gamebuino Wiki
Jump to: navigation, search
(Syntax)
m (Returns: changed int16 to int)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
  
 
== Returns ==
 
== Returns ==
unsigned long: time spend to render the last frame in microseconds. It includes time consumed by the library to refresh the screen, update the sound, backlight, battery monitor, etc.
+
unsigned int: battery voltage.
  
 
== Example ==
 
== Example ==

Latest revision as of 2014-05-24T15:59:14

Description

Gives the measured voltage of the battery expressed in millivolts (mV).

Syntax

gb.battery.voltage

Parameters

none

Returns

unsigned int: battery voltage.

Example

The battery_logger example logs the battery voltage to the micro SD card every 10 minutes. It's provided by default on the SD card and is named BAT-LOG.HEX

See also