Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed TrapezoidControl QEI
Communication/RS485/RS485.h
- Committer:
- kishibekairohan
- Date:
- 2019-09-01
- Revision:
- 20:05080fd09347
- Parent:
- 0:669ef71cba68
- Child:
- 21:1f1e9c585da8
File content as of revision 20:05080fd09347:
#ifndef RS485_H_
#define RS485_H_
namespace RS485 {
#define SELECTBIT_PIN PB_3
#define RS485UART_TX PA_9
#define RS485UART_RX PA_10
class RS485 {
public:
static void Initialize();
};
}
#endif