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: Queue mbed-rtos mbed
can_bus.h
00001 00002 #include "types.h" 00003 00004 #ifndef __CAN_BUS__ 00005 #define __CAN_BUS__ 00006 00007 void can_bus_configure(uint32 txID,uint32 rxID,uint32 speed); 00008 void can_bus_send(uint8 * message, uint8 dlc=8); 00009 CANMessage can_bus_receive(void); 00010 uint32 can_bus_available(void); 00011 void can_init(void); 00012 00013 #endif
Generated on Thu Jul 14 2022 01:35:32 by
1.7.2