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:
- 17:c5946a0fde83
- Parent:
- 16:bfc7ea6bd1af
- Child:
- 18:6629e8c5d59e
--- a/xbus.h Tue Mar 03 15:01:29 2015 +0000 +++ b/xbus.h Thu Mar 05 22:22:47 2015 +0000 @@ -33,5 +33,6 @@ void XbusSetupReceiver(struct xbus_struct *); void XbusReceiveState(struct xbus_struct * xbus, uint8_t rxdata); void XbusInitializeXbusMaster(void); +void XbusCreateMessage(uint8_t bid, uint8_t mid, uint8_t message_size, uint8_t *message, uint8_t *buffer ); #endif
