summaryrefslogtreecommitdiffstats
path: root/nrfm.h
blob: 582a4698dd63cd6405e1003eca89e9bebd8787b4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NRFM_H
#define NRFM_H

#include <stdint.h>

void radio_init(uint8_t rxaddr[3]);
void radio_print_config(void);

#endif /* NRFM_H */