diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-08-13 15:43:49 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-08-13 15:43:49 -0400 |
commit | 6959b9dadb91c32c2582afe0b4abaa040af53504 (patch) | |
tree | b105c8016878b8fd7b3dfc86e1bcbb3e80d28d5b /device-functions.h | |
parent | 2691b7441d1a8cad7ccb23b766180d9f5176b567 (diff) |
first attempt at better AVRQ amplitude handling
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index 5199443..9c33b81 100644 --- a/device-functions.h +++ b/device-functions.h @@ -75,4 +75,8 @@ int IO_Setup_RS232(int baud, char handshake, gboolean update_flash); int change_password (gchar *old_password, gchar *new_password); +int number_of_fixed_ampl_points(int channel); +float rst_fixed_ampl_point (int channel); +gboolean fixed_ampl_ok (int channel, float use_ampl); + #endif |