summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-11 09:23:09 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-09-11 09:23:09 -0400
commitc9b47b6f58017ce6a0ae48a454545edb4715ca7a (patch)
tree873df2844e82edf1f77c5c31a66906eb1cccbe0d /device-functions.h
parent959e1cf54cea0a3252c4852224a290c56c50df2a (diff)
added support for serial parameters
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h
index 27671e5..654c874 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -71,4 +71,6 @@ void Set_Sav(int setting_num);
void Main_update_shift_registers();
+int IO_Setup_RS232(int baud, char parity, char stopbits, char databits, char handshake, char echo);
+
#endif