Files

main.h
#ifndef MAIN_H_ #define MAIN_H_ // For now we do not retransmit anything. The data from transceiver just sent directly to feathers. // Emulate receiving packages #define EMULATE_DENDRITE 0 int main(); #endif //MAIN_H_
Report a bug