aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-05-19 14:11:54 +0800
committerTat-Chee Wan (USM)2011-05-19 14:11:54 +0800
commit48e28f1ad3ab6fe3d4c5fad8a4e6deec8b75d604 (patch)
treec67b94b4191d22124d49f20d62fd7e18c4a54712
parent2ae681a0a1a76f1e54bf77e3eb48b6d5b98a0ea2 (diff)
fix comments for get_nxt_battery() command
-rw-r--r--pyfantom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyfantom.py b/pyfantom.py
index decdc67..0f5db68 100644
--- a/pyfantom.py
+++ b/pyfantom.py
@@ -513,7 +513,7 @@ if __name__ == '__main__':
# Use Direct Command to read Battery level
# Write GETBATTERYLEVEL DIRECT_CMD.
# Query:
- # DIRECT_CMD: 0x00 (response required)
+ # DIRECT_CMD: 0x00 (response required: not included in command string)
# BATT_LEVEL: 0x0B
# Response (4 data bytes):
# REPLY_CMD: 0x02 (not included in reply string)
@@ -532,7 +532,7 @@ if __name__ == '__main__':
# DIRECT_CMD: 0x00 (response required)
# BATT_LEVEL: 0x0B
# Response (4 data bytes):
- # REPLY_CMD: 0x02 (not included in reply string)
+ # REPLY_CMD: 0x02
# BATT_LEVEL: 0x0B
# VOLTAGE milivolts
# VOLTAGE milivolts