aaaaaaaaa

Dependencies:   QEI mbed

Fork of MainBoard2018_Auto_Master_A_new by Akihiro Nakabayashi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RS485.h Source File

RS485.h

00001 #ifndef RS485_H_
00002 #define RS485_H_
00003 
00004 namespace RS485 {
00005     #define SELECTBIT_PIN PB_7
00006 
00007     #define RS485UART_TX PA_9
00008     #define RS485UART_RX PA_10
00009     
00010     class RS485 {
00011         public:
00012         static void Initialize();
00013     };
00014 }
00015 
00016 #endif