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: CANBuffer mbed SystemManagement mbed-rtos
PollSwitch.h
00001 #ifndef _FILE_POLLSWITCH_H 00002 #define _FILE_POLLSWITCH_H 00003 00004 #include "LPCDigitalOut.h" 00005 #include "LPCDigitalIn.h" 00006 #include "CANBuffer.h" 00007 #include "rtos.h" 00008 00009 const int TX_POLL_ID = ((4 << 8) | 6); 00010 00011 class PollSwitch{ 00012 public: 00013 PollSwitch(CANBuffer *can); 00014 void start_update(); 00015 }; 00016 #endif
Generated on Sat Aug 13 2022 03:42:38 by
1.7.2