embedded-software
reusable software modules for embedded systems
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | Thief_Trip (uint8_t score) |
send TRIP message over network to Brainframe More... | |
void | Thief_Access (uint8_t score) |
send ACCESS message over network to Brainframe More... | |
void | Thief_Error (uint8_t error_code) |
send ERROR message over network to Brainframe More... | |
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 More... | |