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.
Dependents: CSC1300_EduBaseV2_Lab0 mbed_blinky EduBaseV2_Lab0 mbed_blinky ... more
Revision 8:7bb32dea705b, committed 2020-08-11
- Comitter:
- kesternucum
- Date:
- Tue Aug 11 03:07:59 2020 +0000
- Parent:
- 7:f01d177b0bb6
- Commit message:
- Removed main.cpp
Changed in this revision
| main.cpp | Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 07 04:42:01 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-/*
- * Lab #:
- * Lab Title:
- * Author(s):
- * Date:
- * Purpose:
- */
-
-#include "mbed.h"
-#include "TTU_CSC1300.h"
-
-//FUNCTION PROTOTYPES GO HERE
-
-int main()
-{
- //this while(TRUE) loop keeps the program running
- while(TRUE)
- {
- //WRITE SOLUTION HERE
- }
-}
\ No newline at end of file
