add TrafficLightsPlus
This commit is contained in:
Binary file not shown.
@@ -403,10 +403,10 @@ breadboard(int DELAY_MS)
|
||||
8000548: 2300 movne r3, #0
|
||||
800054a: 73bb strb r3, [r7, #14]
|
||||
|
||||
if (Purple || Grey) { // inverted for ease of debug, assignment calls for (Purple && Grey)
|
||||
if (Purple && Grey) {
|
||||
800054c: 7bfb ldrb r3, [r7, #15]
|
||||
800054e: 2b00 cmp r3, #0
|
||||
8000550: d102 bne.n 8000558 <breadboard+0x3c>
|
||||
8000550: d008 beq.n 8000564 <breadboard+0x48>
|
||||
8000552: 7bbb ldrb r3, [r7, #14]
|
||||
8000554: 2b00 cmp r3, #0
|
||||
8000556: d005 beq.n 8000564 <breadboard+0x48>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user