Jan Breuer
2015-08-06 ef1b8d06a9f5e87d6abb217e9b056257ecdd508a
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _SCPI_SERVER_H_
#define _SCPI_SERVER_H_
 
 
#include <stdint.h>
 
void scpi_server_init(void);
 
void SCPI_AddError(int16_t err);
void SCPI_RequestControl(void);
 
 
#endif /* _SCPI_SERVER_H_ */