From 65308e3d3ab191f601557a51dd4eec01ff8bf5b8 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 7 Dec 2024 21:46:56 +0800 Subject: wip: add todo. --- rf_test/radio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rf_test/radio.c') 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); -- cgit v1.2.3