#ifndef RFM69_H #define RFM69_H #include void rfm_init(uint8_t addr); void rfm_send(uint8_t addr, uint8_t data); #endif /* RFM69_H */