Template project for University of York ELE00032C Lab 2 exercises

Dependencies:   UoY-serial

Committer:
ajp109
Date:
Mon Jan 11 14:21:49 2021 +0000
Revision:
1:6923dfa9901e
Parent:
0:77209603a6fe
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ajp109 0:77209603a6fe 1 #include "mbed.h"
ajp109 0:77209603a6fe 2
ajp109 0:77209603a6fe 3 int main()
ajp109 0:77209603a6fe 4 {
ajp109 0:77209603a6fe 5
ajp109 1:6923dfa9901e 6 // Your code should go here
ajp109 0:77209603a6fe 7
ajp109 0:77209603a6fe 8 // Do nothing, forever...
ajp109 0:77209603a6fe 9 while (true);
ajp109 0:77209603a6fe 10 }