summaryrefslogtreecommitdiffstats
path: root/rf_test/rfm.h
blob: 8adaf3b6152d50cc622499b8f3cb4ef81003305c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef RFM69_H
#define RFM69_H

#include <stdint.h>

void rfm_init(void);

void rfm_sendto(uint8_t addr, uint8_t *data, uint8_t n);

#endif /* RFM69_H */