aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/radio.h
blob: ced6ebc3701281e0811a762586920e776e2ba4e6 (plain)
1
2
3
4
5
6
7
8
#ifndef _RADIO_H_
#define _RADIO_H_

int radio_init();
void radio_send_test();
void radio_idle();

#endif