Fa2018-es200-3321-project2-president-alexis / Mbed OS es200-3321-20181009-test
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 /**
00002 * ES200 Project 2 - President Alexis 
00003 * test code
00004 */
00005 
00006 #include "mbed.h"
00007 
00008 
00009 // main() runs in its own thread in the OS
00010 int main() {
00011     printf("Sign my petition!"); 
00012 } // main()
00013