Updated Hardware: Battery (markdown)

Simon Fortier 2017-11-19 09:12:58 -05:00
parent 50882d51e9
commit e70db6cdb6

@ -12,3 +12,5 @@ Maximum Capacity: 60,000 kJ
| --- | --- | --- | --- | | --- | --- | --- | --- |
| `1` | `POLL` | `0 kJ` | Copy the current charge of the battery in kJ in the B register | | `1` | `POLL` | `0 kJ` | Copy the current charge of the battery in kJ in the B register |
| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery in the B register | | `2` | `GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery in the B register |
As of v1.2a, the only way to refill the battery is to use the temporary `REFILL` = `0xFFFF` value in the A register (See [#2](https://github.com/simon987/Much-Assembly-Required/issues/2))