aa

Dependencies:   mbed

Revision:
0:669ef71cba68
Child:
20:eae8c84f318c
diff -r 000000000000 -r 669ef71cba68 Communication/RS485/RS485.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Communication/RS485/RS485.h	Sat Sep 08 06:05:22 2018 +0000
@@ -0,0 +1,16 @@
+#ifndef RS485_H_
+#define RS485_H_
+
+namespace RS485 {
+    #define SELECTBIT_PIN PB_7
+
+    #define RS485UART_TX PA_9
+    #define RS485UART_RX PA_10
+    
+    class RS485 {
+        public:
+        static void Initialize();
+    };
+}
+
+#endif