https://github.com/j123b567/scpi-parser

Dependents:   scpi_sx127x scpi_sx127x_firstTest MLX90418_I2C_master

Revision:
1:b497f235115a
Parent:
0:aad43948c45c
--- a/inc/scpi/ieee488.h	Thu Apr 09 22:42:15 2015 +0000
+++ b/inc/scpi/ieee488.h	Fri Aug 07 21:54:11 2015 +0000
@@ -82,6 +82,7 @@
 void SCPI_RegSet(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t val);
 void SCPI_RegSetBits(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t bits);
 void SCPI_RegClearBits(scpi_t * context, scpi_reg_name_t name, scpi_reg_val_t bits);
+
 void SCPI_EventClear(scpi_t * context);
 
 #ifdef  __cplusplus