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 wave_player Servo 4DGL-uLCD-SE Motor SDFileSystem LSM9DS1_Library_cal PinDetect X_NUCLEO_53L0A1
Diff: main.cpp
- Revision:
- 0:90df82d4732d
- Child:
- 1:6d8f645530b8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Sun Feb 02 21:36:14 2020 +0000
@@ -0,0 +1,8 @@
+#include "part1.h"
+//#include "part3.h"
+
+int main() {
+ run_part1();
+
+// run_part3();
+}
\ No newline at end of file