Firmware of the stairclimbing robot project
Dependencies: mbed
main.cpp@0:ead66d718391, 2022-04-05 (annotated)
- Committer:
- sebisprojects
- Date:
- Tue Apr 05 12:59:24 2022 +0000
- Revision:
- 0:ead66d718391
First Commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sebisprojects | 0:ead66d718391 | 1 | /* |
sebisprojects | 0:ead66d718391 | 2 | StairclimbingRobot_Firmware - A firmware for our stairclimbing robot project |
sebisprojects | 0:ead66d718391 | 3 | Created by Sebastian G. Winterthur, April 05, 2022 |
sebisprojects | 0:ead66d718391 | 4 | Contact: sebiscodes@gmail.com |
sebisprojects | 0:ead66d718391 | 5 | */ |
sebisprojects | 0:ead66d718391 | 6 | |
sebisprojects | 0:ead66d718391 | 7 | #include "mbed.h" |
sebisprojects | 0:ead66d718391 | 8 | #include <stdio.h> |
sebisprojects | 0:ead66d718391 | 9 | |
sebisprojects | 0:ead66d718391 | 10 | |
sebisprojects | 0:ead66d718391 | 11 | |
sebisprojects | 0:ead66d718391 | 12 | int main() { |
sebisprojects | 0:ead66d718391 | 13 | while(true) { |
sebisprojects | 0:ead66d718391 | 14 | } |
sebisprojects | 0:ead66d718391 | 15 | } |