Firmware of the stairclimbing robot project

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
sebisprojects
Date:
Tue Apr 05 12:59:24 2022 +0000
Commit message:
First Commit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Apr 05 12:59:24 2022 +0000
@@ -0,0 +1,15 @@
+/*
+  StairclimbingRobot_Firmware - A firmware for our stairclimbing robot project
+  Created by Sebastian G. Winterthur, April 05, 2022
+  Contact: sebiscodes@gmail.com
+*/
+
+#include "mbed.h"
+#include <stdio.h>
+
+
+
+int main() {
+    while(true) { 
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Apr 05 12:59:24 2022 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file