uTrack
|
Will set flag in the GPV2 payload if a button push if a GPIOEvent is received. More...
#include "uTrack.h"
#include "utTypes.h"
#include "utNmeaStore.h"
#include "utGPIOEvents.h"
#include <stdlib.h>
#include "utGoBot.h"
Macros | |
#define | MAXEVENTQUEUELENGTH 6 |
Variables | |
GPIO_TRI_STATE_PIN | eventQueue [MAXEVENTQUEUELENGTH] |
Will set flag in the GPV2 payload if a button push if a GPIOEvent is received.
This module waits for user input button push recived through the GPIOEvent callback. It then sets the flags in the NMEA store so the data is sent out in the GPSV2 payload format.