summaryrefslogtreecommitdiffstats
path: root/nrfm.h
blob: fff5439af53f2319c1184065c8cf1095daf1302c (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