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.
Diff: i2c_mbed_fpga.h
- Revision:
 - 17:d7207b1132be
 - Parent:
 - 16:a0bfe33f8a4a
 - Child:
 - 20:26e934452728
 
diff -r a0bfe33f8a4a -r d7207b1132be i2c_mbed_fpga.h
--- a/i2c_mbed_fpga.h	Fri May 21 12:42:56 2021 +0000
+++ b/i2c_mbed_fpga.h	Thu May 27 12:21:37 2021 +0000
@@ -61,6 +61,7 @@
     int i2c_set_high_torque_start_up(unsigned int enbale, unsigned int mantisaa_3b, unsigned int exponent_3b);
     int i2c_set_single_pulse_start_up(unsigned int enbale, unsigned int mantisaa_3b, unsigned int exponent_3b);
     
+    int i2c_force_rough_reg(unsigned int reg);
     int i2c_set_rough_gain(unsigned int rough_gain);
     int i2c_set_ehp_reg_gain(unsigned int ehp_gain);
     int i2c_set_fall_time_blank(unsigned int blank_time);