diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-07 21:46:56 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-07 21:46:56 +0800 |
| commit | 65308e3d3ab191f601557a51dd4eec01ff8bf5b8 (patch) | |
| tree | b3fb1932658274209edc83b10bb951d8204eeff3 | |
| parent | 4bbcee2a8cadb65e2268474b2908cae1e5840e24 (diff) | |
| download | smart-home-65308e3d3ab191f601557a51dd4eec01ff8bf5b8.tar.gz | |
wip: add todo.
| -rw-r--r-- | rf_test/radio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c index 5ad1055..4b5cfbf 100644 --- a/rf_test/radio.c +++ b/rf_test/radio.c @@ -91,6 +91,7 @@ void radio_sendto(uint8_t addr, const char *data, uint8_t n) // force the receiver into WAIT mode write_reg(0x3D, ((read_reg(0x3D) & 0xFB) | 0x04)); + // todo: implement the rest... // STDBY + ListenAbort write_reg(0x01, 0x04); |
