1 2 3 4 5 6 7 8 9 10
#ifndef RFM69_H #define RFM69_H #include <stdint.h> void rfm_init(uint8_t addr); void rfm_send(uint8_t addr, uint8_t data); #endif /* RFM69_H */