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

int radio_init();
void radio_test();

#endif