diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-03-16 22:42:28 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-03-16 22:42:28 +0800 |
| commit | bf6ef289ec177e717fc71af866d7a085f5e34b6b (patch) | |
| tree | 64e8af831b13c352ed25af631964acccbeb97b7f /nrfm.h | |
| parent | e4d82ccac81cad4afdaa79de90a1bf4f3591c70c (diff) | |
| download | avr-nrf24l01-driver-bf6ef289ec177e717fc71af866d7a085f5e34b6b.tar.gz | |
Refactor radio code to separate header.
Diffstat (limited to 'nrfm.h')
| -rw-r--r-- | nrfm.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef RADIO_H +#define RADIO_H + +#include <stdint.h> + +void radio_init(uint8_t rxaddr[3]); +void radio_print_config(void); + +#endif |
