diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:21:34 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:21:34 -0400 |
commit | b9264ec05328aae8f29e56d945f5168848b89737 (patch) | |
tree | ce9a7f0d6d7c14e9e942fc891a660e859532d74b /device-functions.h | |
parent | 61990ae8b79aca30745eca02b44e63c377504176 (diff) |
first attempt at adding Main_update_shift_registers
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index cdc040c..27671e5 100644 --- a/device-functions.h +++ b/device-functions.h @@ -69,4 +69,6 @@ int I2C_Self_Cal(int channel, int meas_mode, float *meas, float target_time); void Set_Rcl(int setting_num); void Set_Sav(int setting_num); +void Main_update_shift_registers(); + #endif |