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: Servo mbed-rtos mbed
can.hpp
00001 #ifndef __CAN_H__ 00002 #define __CAN_H__ 00003 00004 #include "common_types.h" 00005 00006 //CAN driver initialization 00007 void init_can(); 00008 00009 //thread of the CAN driver which receives and transmits messages periodically 00010 void thread_can(void const *args); 00011 00012 //return if a message hasn't been received for longer than 00013 //CAN_MISSING_DETECTION 00014 bool can_msg_is_missing(uint8 msg_id); 00015 00016 #endif //__CAN_H__
Generated on Wed Aug 3 2022 13:20:54 by
1.7.2