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

#include <stdint.h>

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

#endif