Difference between revisions of "84PCE:OS:Battery"

From WikiTI
Jump to: navigation, search
Line 4: Line 4:
  
 
The possible readable modes for the battery are as follows:
 
The possible readable modes for the battery are as follows:
<pre>> 75%     ; A=4
+
<pre>> 75%       ; A=4
 
50%-75%    ; A=3
 
50%-75%    ; A=3
 
25%-50%    ; A=2
 
25%-50%    ; A=2
 
5%-25%    ; A=1
 
5%-25%    ; A=1
< 5%     ; A=0</pre>
+
< 5%       ; A=0</pre>

Revision as of 10:02, 30 May 2015

Battery information will be placed here as it is found.

The boot code call: 0003B0h will read the status of the battery and place the value in A.

The possible readable modes for the battery are as follows:

> 75%       ; A=4
50%-75%     ; A=3
25%-50%     ; A=2
5%-25%     ; A=1
< 5%       ; A=0