Files
Last update 7 years 11 months
by
Teivaz
FilesSoftwareKeelSource | |
---|---|
.. | |
Dendrite.c | |
Dendrite.h | |
config.h | |
main.c | |
main.h |
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_