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.
main.cpp
00001 #include "mbed.h" 00002 #include "CAN_stack.h" 00003 00004 extern DigitalOut* myled; 00005 DigitalOut* myled; 00006 00007 int main() { 00008 00009 DigitalOut can_Pca82c250SlopePin(p28); 00010 00011 00012 00013 myled = new DigitalOut(LED1); 00014 CAN* can = new CAN(p30, p29); 00015 00016 can->frequency(1000000); 00017 can_Pca82c250SlopePin = 0; 00018 00019 00020 CAN_stack* stack = new CAN_stack(can); 00021 00022 00023 while (1) 00024 { 00025 } 00026 }
Generated on Sun Jul 31 2022 18:00:22 by
1.7.2