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: BridgeDriver FrontPanelButtons MCP23017 SDFileSystem TextLCD mbed
CAN_Device.hpp
00001 #ifndef CANDEVICE_HPP 00002 #define CANDEVICE_HPP 00003 00004 #include "Initialization.hpp" 00005 00006 class CAN_Device: public Device{ 00007 00008 private: 00009 CAN * _canDevice; 00010 /*int selectedCAN; 00011 int freq; 00012 PinName pinRD; 00013 PinName pinTD;*/ 00014 vector<CANMessage> messages; 00015 00016 public: 00017 CAN_Device(LineData); 00018 int interpret(LineData&); 00019 int off(); 00020 // int getSelectedCAN(); 00021 // int getFreq(); 00022 }; 00023 00024 #endif
Generated on Sun Jul 24 2022 01:49:11 by
1.7.2