project for 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
2:4947d6a82971
Parent:
1:10330bce85cb
Child:
3:9dde875cd65c
--- a/hardware.cpp	Fri Oct 23 16:18:39 2020 -0400
+++ b/hardware.cpp	Fri Oct 23 16:30:18 2020 -0400
@@ -1,3 +1,9 @@
+// Copyright 2020 Georgia Tech.  All rights reserved.
+// The materials provided by the instructor in this course are for
+// the use of the students currently enrolled in the course.
+// Copyrighted course materials may not be further disseminated.
+// This file must not be made publicly available anywhere.
+
 // This header has all the (extern) declarations of the globals.
 // "extern" means "this is instantiated somewhere, but here's what the name
 // means.
@@ -37,6 +43,9 @@
     return ERROR_NONE;
 }
 
+// Implement this function.
+// HINT: lookup your accelerometer under mbed site > Hardware> Components
+// and look at demo code
 GameInputs read_inputs() 
 {
     GameInputs in;