Emery Premeaux / Mbed 2 deprecated Examples

Dependencies:   mbed SDFileSystem

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 /*******************************************************************
00002  * Examples collection
00003  * By: Emery Premeaux
00004  * Date: July 2019
00005  * Idea: https://os.mbed.com/questions/5956/How-do-I-put-multiple-example-cpp-files-/
00006  *
00007  * For: STM32, Nucleo F401 etc
00008  * Version: 0
00009  * 
00010  * 
00011  * USAGE:
00012  * Just uncomment one program from the buildOptions.h file. Comment all others
00013  * 
00014  *******************************************************************/
00015 
00016 #include "mbed.h"
00017 #include "buildOptions.h"
00018 
00019 /*
00020  * We can define some common hardware for your particular board here which
00021  * will then be applied to any sketch. You will need to redefine these
00022  * for each board you use, or wrap them in #ifDef statements
00023  */
00024  
00025