![]() |
BiVo EFM32GG12
0.1
An open source foundation foundation for remote monitoring of bird vocalizations.
|
Communication Driver function prototypes and structures. More...
#include <stdio.h>
#include "serial_usb_drv.h"
Go to the source code of this file.
Functions | |
void | handshakeApp (void) |
Handshake with the desktop application. Blocks until handshake operation is complete. Three-step process: get message from computer, echo that message back, and then receive an acknowledge message from the computer again. More... | |
void | waitOnRecordMessage (void) |
Block until record message is received. Blocks until the record command is received from the desktop application. | |
Communication Driver function prototypes and structures.
void handshakeApp | ( | void | ) |
Handshake with the desktop application. Blocks until handshake operation is complete. Three-step process: get message from computer, echo that message back, and then receive an acknowledge message from the computer again.
Function Prototypes