Add 'osmoradio', an analog radio (FM/AM)

This radio can be a receiver or a transmitter or both simultaniously.
This commit is contained in:
Andreas Eversberg
2018-01-20 16:03:47 +01:00
parent c4d4e7feda
commit 49050eff90
9 changed files with 1327 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#define DUHD 18
#define DSOAPY 19
#define DWAVE 20
#define DRADIO 21
void get_win_size(int *w, int *h);