BiVo EFM32GG12  0.1
An open source foundation foundation for remote monitoring of bird vocalizations.
gen_com.h
Go to the documentation of this file.
1 
10 #ifndef MODULES_GEN_COM_INC_GEN_COM_H_
11 #define MODULES_GEN_COM_INC_GEN_COM_H_
12 
13 #include <stdio.h>
14 #include "serial_usb_drv.h"
15 
17 void handshakeApp(void);
18 void waitOnRecordMessage(void);
19 
20 #endif /* MODULES_GEN_COM_INC_GEN_COM_H_ */
void waitOnRecordMessage(void)
Block until record message is received. Blocks until the record command is received from the desktop ...
Definition: gen_com.c:56
void handshakeApp(void)
Handshake with the desktop application. Blocks until handshake operation is complete....
Definition: gen_com.c:35