EDF - OnePIC MCU
v1.1.0
|
#include "bsp.h"
Go to the source code of this file.
enum | swState_tag { SW_PRESSED, SW_RELEASED } |
Contains the switch (SW1) state. More... | |
typedef enum swState_tag | swState |
uint8_t | _pbState |
_pbState what state push button is in | |
swState | _swState |
holds SW1 info | |
void | switchTasks (void) |
when switch is pressed, toggle all of the LEDs once | |
uint8_t | switchPressed (void) |
polls and debounces the switch for a press |
Definition in file OnePIC_switch.h.
enum swState_tag |
Contains the switch (SW1) state.
Definition at line 20 of file OnePIC_switch.h.