Jan Breuer
2015-08-24 69bb4d32f8ccb2e3c8302333bbd95dde1b15024e
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_ */