Jan Breuer
2016-02-14 a79e3f82d6c19f9991327444ea156380801bffda
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_ */