Fork

Dependencies:   mbed libscpi

Revision:
31:0475756cede6
Parent:
30:b463e1f3cae3
--- a/i2c_mbed_fpga.h	Thu Jun 10 12:45:11 2021 +0000
+++ b/i2c_mbed_fpga.h	Thu Jun 10 13:29:48 2021 +0000
@@ -42,6 +42,7 @@
     int i2c_word_read_interpreter(int address, int* return_value);
     int i2c_word_write(char *word);
     int i2c_word_write_simple(char address, int value);
+    int i2c_word_write_interpreter(int address, int value);
 
     //int i2c_window_open();
     //int i2c_motor_start();