From 638d0f664a48dab985af8bac3a1a55e2662f4abe Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 31 Dec 2017 18:08:24 -0300 Subject: [PATCH] updating action labels --- Hardware:-Battery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hardware:-Battery.md b/Hardware:-Battery.md index b69310f..be95d78 100644 --- a/Hardware:-Battery.md +++ b/Hardware:-Battery.md @@ -10,8 +10,8 @@ Maximum Capacity: 60,000 kJ ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `POLL` | `0 kJ` | Copy the current charge of the battery in kJ into the B register | -| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery into the B register | +| `1` | `BATTERY_POLL` | `0 kJ` | Copy the current charge of the battery in kJ into the B register | +| `2` | `BATTERY_GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery into the B register | Your Cubot will turn to a red color when its battery level is below 100kJ.