diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-03-30 18:56:05 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-03-30 18:56:05 +0800 |
| commit | 6d6b08c8cbc9bfcae7bcda768048134c9e1763b9 (patch) | |
| tree | 7d536a80a3e2d519968c657e19e1a9919f71451f /nrfm.h | |
| parent | ca1c688537b86b722b2de87dfc629b5eecd4744f (diff) | |
| download | avr-nrf24l01-driver-6d6b08c8cbc9bfcae7bcda768048134c9e1763b9.tar.gz | |
setaddr()
Diffstat (limited to 'nrfm.h')
| -rw-r--r-- | nrfm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ void radio_init(uint8_t rxaddr[3]); void radio_print_config(void); +void radio_send(uint8_t rxaddr[ADDRLEN], uint8_t *data, uint8_t n); #endif /* NRFM_H */ |
