|
embedded-software
reusable software modules for embedded systems
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| void | Thief_Arm (uint8_t difficulty, uint8_t address) |
| send ARM message over network to a theif node More... | |
| void | Thief_Disarm (uint8_t difficulty, uint8_t address) |
| send DISARM message over network to a theif node More... | |
| void | Thief_Difficulty (uint8_t difficulty, uint8_t address) |
| send DIFFICULTY message over network to a theif node More... | |
| void | Thief_BrainframeInit (void(*ChipEnable)(uint8_t), void(*ChipSelectNot)(uint8_t), void(*Trip)(uint8_t, uint8_t), void(*Access)(uint8_t, uint8_t)) |
| initialize the nRF24 Network module for the Thief Brainframe and set callbacks More... | |