From b5dbc4039c5b3f8a1a8dae77f526b9a7f3e64683 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 Jan 2011 22:13:26 +0000 Subject: [PATCH] firmware: properly document complicated combined firing/off point states --- detpic/points.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/detpic/points.asm b/detpic/points.asm index e36ce94..8b34bd3 100644 --- a/detpic/points.asm +++ b/detpic/points.asm @@ -10,11 +10,15 @@ ; ; S Idle Off undefined undefined undefined ; S Firing Counting up 100PPPPP undefined undefined +; ; M Idle Off 00000000 0000 0000 0x00 ; M Firing Counting up 100PPPPP 0000 0000 0x00 ; M Telling Off 100PPPPP 00SS Sss0 0x00 ; M Told Off 100PPPPP 0000 0000 0x00 -; M Charging Off 00000000 0000 0000 >0 +; M Charging Off 00000000 0000 0000 counting down +; +; M Off Off 00000000 0000 0000 init timeout +; M Firing/Off Counting up 100PPPPP 0000 0000 init timeout ; ; notes: firing see ie, slave*2 Counts down ; timeout detect.asm in ticks -- 2.30.2