FreeCalypso > hg > fc-rfcal-tools
view cmu200/mode.c @ 107:8205ce02eb44
txlevels/fcom1-1900: we are now able to get the full 30 dBm
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Feb 2018 00:30:35 +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; }