Sensor Data - first assignment CO838

Dependencies:   mbed C12832 FXOS8700Q LM75B eCompass_FPU_Lib

Sensor Data - Project developed by Jean-Paul Saysana (jls44)

First assignment for the Internet of Things and Mobile Devices CO838 module

University of Kent (2016-2017)

Functionalities:

- Temperature Sensor

- Compass

- Music box

- Potentiometer that changes LED colours

Libraries used: C12832, eCompass_FPU_Lib, FXOS8700Q, LM75B

Files at this revision

API Documentation at this revision

Comitter:
co838_jls44
Date:
Fri Feb 24 14:33:41 2017 +0000
Parent:
0:4b83b332b327
Commit message:
comment about the playnote method

Changed in this revision

include/Speaker.h Show annotated file Show diff for this revision Revisions of this file
--- a/include/Speaker.h	Fri Feb 24 11:25:05 2017 +0000
+++ b/include/Speaker.h	Fri Feb 24 14:33:41 2017 +0000
@@ -1,7 +1,8 @@
 /* Developed by Jean-Paul Saysana - jls44 - MSc Student in Computer Security    */
 /* Internet of Things and Mobile Devices - CO838 University of Kent             */
 /* Class speaker to play sound */
-/* The PlayNote method was inspired by an example of the Speaker */
+/* The PlayNote method was inspired by the speaker_demo_PWM */
+/* https://developer.mbed.org/users/4180_1/code/speaker_demo_PWM/ */
 
 #ifndef SPEAKER_H_
 #define SPEAKER_H_