Jan Breuer
2013-10-21 523d303e2ab6a35845cd7ae07821d6aa0b14965c
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_ */