Fork

Dependencies:   mbed libscpi

Revision:
27:9118d8c2509b
Parent:
26:beaf802e2456
Child:
30:b463e1f3cae3
--- a/i2c_mbed_fpga.h	Tue Jun 08 12:06:30 2021 +0000
+++ b/i2c_mbed_fpga.h	Tue Jun 08 18:16:17 2021 +0000
@@ -38,6 +38,7 @@
     };
     
     int i2c_word_read(char *word);
+    int i2c_word_read_simple(char address, int* return_value);
     int i2c_word_write(char *word);
 
     //int i2c_window_open();