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: KL25Z_ClockControl MODSERIAL mbed
Fork of EtherCAT-XbusMaster by
Diff: xbus.h
- Revision:
- 27:93c0e4ae943e
- Parent:
- 26:c7959f1fd09a
--- a/xbus.h Sun Mar 08 21:53:00 2015 +0000 +++ b/xbus.h Mon Mar 09 15:58:00 2015 +0000 @@ -35,5 +35,6 @@ void XbusCreateMessage(uint8_t bid, uint8_t mid, uint8_t message_size, uint8_t *message, uint8_t *buffer ); void XbusSetBaudRate(uint8_t baud); void XbusReset(void); +void XbusGoToConfig(void); #endif
