Contains the main state machine for Lab 0x02. More...
Classes | |
| class | main.State |
| A class to hold the current state of the FSM. More... | |
Functions | |
| def | main.main () |
| Entry point for the Reaction Timing test lab. More... | |
Variables | |
| main.LD2 = Pin(Pin.cpu.A5, Pin.OUT_PP) | |
| Global LD2 object for LED. | |
| main.B3 = Pin(Pin.cpu.B3, Pin.IN) | |
| Global B2 object for interrupt triggering. | |
Contains the main state machine for Lab 0x02.