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: mbed SDFileSystem
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
Generated on Fri Jul 15 2022 04:49:55 by
1.7.2