aa
Dependencies: mbed TrapezoidControl QEI
Communication/RS485/RS485.h
- Committer:
- t_yamamoto
- Date:
- 2018-09-08
- Revision:
- 0:669ef71cba68
- Child:
- 20:05080fd09347
File content as of revision 0:669ef71cba68:
#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