Handheld_Node

Dependencies:   XBeeLib buzzer mbed

Committer:
basvuyk
Date:
Wed Jul 25 09:11:48 2018 +0000
Revision:
0:2ab14db2fd40
Handheld_Node

Who changed what in which revision?

UserRevisionLine numberNew contents of line
basvuyk 0:2ab14db2fd40 1 #include "mbed.h"
basvuyk 0:2ab14db2fd40 2
basvuyk 0:2ab14db2fd40 3 #define MAX_FRAME_PAYLOAD_LEN 128
basvuyk 0:2ab14db2fd40 4 #define FRAME_BUFFER_SIZE 4
basvuyk 0:2ab14db2fd40 5 #define SYNC_OPS_TIMEOUT_MS 1000
basvuyk 0:2ab14db2fd40 6 #define RADIO_TX PA_9
basvuyk 0:2ab14db2fd40 7 #define RADIO_RX PA_10
basvuyk 0:2ab14db2fd40 8 #define RADIO_RESET PA_8