diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-03 18:00:14 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-03 18:00:14 +0800 |
| commit | d162d1cfd2421509a8d6933cb93dd80ffeda9cf8 (patch) | |
| tree | 6236628fd6868f100b039036f020dc485b563874 /rf_test/rfm.h | |
| parent | ab97e3dfbd93a876bf16b74345af1d6b8b3843f1 (diff) | |
| download | smart-home-d162d1cfd2421509a8d6933cb93dd80ffeda9cf8.tar.gz | |
Move the rfm code to separate file.
Diffstat (limited to 'rf_test/rfm.h')
| -rw-r--r-- | rf_test/rfm.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rf_test/rfm.h b/rf_test/rfm.h deleted file mode 100644 index 6bd3013..0000000 --- a/rf_test/rfm.h +++ /dev/null @@ -1,12 +0,0 @@ -#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); - -uint8_t rfm_recvfrom(uint8_t addr, uint8_t *buf, uint8_t n); - -#endif /* RFM69_H */ |
