summaryrefslogtreecommitdiffstats
path: root/rf_test/rfm.h
blob: 467b2cba06a98accf9753d004eb00dd9b13735d3 (plain)
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_sendto(uint8_t addr, uint8_t *data, uint8_t n);

#endif /* RFM69_H */