From 53fe3dfb02351d751391c66c5b3f535b36401ccd Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Mon, 13 Nov 2017 13:56:25 -0500 Subject: [PATCH] Updated Hardware: Battery (markdown) --- Hardware:-Battery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware:-Battery.md b/Hardware:-Battery.md index 58020c6..6d63239 100644 --- a/Hardware:-Battery.md +++ b/Hardware:-Battery.md @@ -10,5 +10,5 @@ Maximum Capacity: 60,000 kJ ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `POLL` | `0 kJ` | Get the current charge of the battery in kJ | -| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Get the maximum capacity of the battery | \ No newline at end of file +| `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 | \ No newline at end of file