| Defines | |
| #define | DIAG_BYTES_PER_LINE 32 | 
| Number of bytes per line to display when reading flight data recorder. | |
| Functions | |
| void | diagEraseFlash () | 
| Process the command to erase the data logger flash. | |
| void | diagMenu () | 
| Display the engineering mode menu. | |
| void | diagReadFlash () | 
| Process the command to dump the contents of the data logger flash. | |
| void | diag1PPS () | 
| void | diagPort () | 
| Process diagnostic commands through the debug RS-232 port. | |
| #define DIAG_BYTES_PER_LINE 32 | 
Number of bytes per line to display when reading flight data recorder.
Definition at line 487 of file PicoBeacon.c.
Referenced by diagReadFlash().
| void diag1PPS | ( | ) | 
Definition at line 582 of file PicoBeacon.c.
References gpsPowerOn().
Referenced by diagPort().

| void diagEraseFlash | ( | ) | 
Process the command to erase the data logger flash.
Definition at line 492 of file PicoBeacon.c.
References flashErase().
Referenced by diagPort().

| void diagMenu | ( | ) | 
Display the engineering mode menu.
Definition at line 520 of file PicoBeacon.c.
Referenced by diagPort().
| void diagPort | ( | ) | 
Process diagnostic commands through the debug RS-232 port.
Definition at line 610 of file PicoBeacon.c.
References DDS_MODE_AFSK, DDS_MODE_POWERDOWN, ddsSetAmplitude(), ddsSetFreq(), ddsSetMode(), diag1PPS(), diagEraseFlash(), diagMenu(), diagReadFlash(), IO_LED, IO_OSK, IO_PTT, logInit(), and tncHighRate().
Referenced by main().

| void diagReadFlash | ( | ) | 
Process the command to dump the contents of the data logger flash.
Definition at line 535 of file PicoBeacon.c.
References DIAG_BYTES_PER_LINE, and flashReadBlock().
Referenced by diagPort().

 1.5.7
 1.5.7