39 void Thief_Init(
void(*ChipEnable)(uint8_t),
void(*ChipSelectNot)(uint8_t),
40 void(*Arm)(
void),
void(*Disarm)(
void),
void(*Difficulty)(uint8_t));
void Thief_Error(uint8_t error_code)
send ERROR message over network to Brainframe
Definition: thief.c:41
void Thief_Init(void(*ChipEnable)(uint8_t), void(*ChipSelectNot)(uint8_t), void(*Arm)(void), void(*Disarm)(void), void(*Difficulty)(uint8_t))
initialize the nRF24 Network module for the Thief node and set callbacks
Definition: thief.c:51
void Thief_Access(uint8_t score)
send ACCESS message over network to Brainframe
Definition: thief.c:31
void Thief_Trip(uint8_t score)
send TRIP message over network to Brainframe
Definition: thief.c:21