Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX127x lib_gps lib_mma8451q lib_mpl3115a2 lib_sx9500 libscpi mbed
scpi-def.h
00001 #ifndef __SCPI_DEF_H_ 00002 #define __SCPI_DEF_H_ 00003 00004 #include "scpi/scpi.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 void scpi_def_init(void); 00011 void service_radio(void); 00012 00013 extern scpi_t scpi_context; 00014 00015 size_t SCPI_Write(scpi_t * context, const char * data, size_t len); 00016 int SCPI_Error(scpi_t * context, int_fast16_t err); 00017 scpi_result_t SCPI_Control(scpi_t * context, scpi_ctrl_name_t ctrl, scpi_reg_val_t val); 00018 scpi_result_t SCPI_Reset(scpi_t * context); 00019 scpi_result_t SCPI_Test(scpi_t * context); 00020 scpi_result_t SCPI_Flush(scpi_t * context); 00021 00022 00023 scpi_result_t SCPI_SystemCommTcpipControlQ(scpi_t * context); 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif // __SCPI_DEF_H_ 00030
Generated on Thu Jul 14 2022 02:00:57 by
1.7.2