FreeCalypso > hg > fc-rfcal-tools
view cmu200/mode.c @ 52:e93b5e727230
autocal: use DUALEXT STD for 900 and 1800 MHz bands
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 27 May 2017 07:53:36 +0000 |
| parents | 8877634feba5 |
| children |
line wrap: on
line source
/* * In this module we are going to implement the logic for switching * the CMU200 into different modes as needed for signal generation, * frequency measurement etc. */ #include "mode.h" int current_mode; cmu200_session_begin() { current_mode = OP_MODE_UNDEF; }
