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 /** 00002 * 00003 */ 00004 #include "mbed.h" 00005 #include <stdio.h> 00006 #include "malisp.h" 00007 00008 Serial pc(USBTX, USBRX); 00009 DigitalOut led1(LED1); 00010 DigitalOut led2(LED2); 00011 DigitalOut led3(LED3); 00012 DigitalOut led4(LED4); 00013 00014 //int main(int argc, const char * argv[]) { 00015 int main() { 00016 pc.baud(115200); 00017 led1 = led2 = led3 = led4 = 0; 00018 00019 malisp_main(); 00020 return 0; 00021 }
Generated on Wed Jul 13 2022 19:47:42 by
1.7.2