diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-08 19:57:22 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-08 19:57:22 +0800 |
| commit | 50453a8581d8efea7a2aa0fcbb4c3e5ba31e5edf (patch) | |
| tree | 8a23e1fd8f4e7162c410f6d7e40b350cf9ae6ef6 /rf_test/radio.c | |
| parent | 7f6203532ba7842e014ccc64503c19cf27585cf0 (diff) | |
| download | smart-home-50453a8581d8efea7a2aa0fcbb4c3e5ba31e5edf.tar.gz | |
wip.
Diffstat (limited to 'rf_test/radio.c')
| -rw-r--r-- | rf_test/radio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rf_test/radio.c b/rf_test/radio.c index 3e2b9ba..af028f0 100644 --- a/rf_test/radio.c +++ b/rf_test/radio.c @@ -58,6 +58,8 @@ void radio_send(const char *data, uint8_t n) } SPI_PORT |= (1 << SPI_SS); + // todo: high power settings? + write_reg(0x01, 0x0C); while (!(read_reg(0x28) & 0x08)) ; |
