Simple temperature and humidity program example for Hexiwear featuring UART

Fork of HTU21D by Alex Lipford

This project demonstrates the use of the HTU21D temperature and humidity sensor embedded in Hexiwear

Open a Hyperterminal tool on your computer and connect it to the "mbed Serial port (COMxx)" with Baud rate "9600bps"

Compile the project and copy the binary "Hexi_Humid_Temp_Example_HEXIWEAR.bin" in the DAP-LINK drive from your computer file explorer Press the K64F-RESET button on the docking station to start the program on your board

Every 500ms the value of the Temperature and Humidity will be displayed in the Hyperterminal window and the LED will blink Green

Revision:
2:4fd07be6bad8
Parent:
0:db86ad1b4459
--- a/HTU21D/HTU21D.h	Sun Oct 19 18:24:53 2014 +0000
+++ b/HTU21D/HTU21D.h	Sun Oct 19 19:27:19 2014 +0000
@@ -1,14 +1,14 @@
 /**
- * @author Alan Lai & Nelson Diaz
- * The Georgia Institute of Technology 
- * ECE 4180 Embeded Systems
+ * @author Alex Lipford
+ * Georgia Institute of Technology 
+ * ECE 4180 Embeded Systems Design
  * Professor Hamblen
- * 03/28/2014
+ * 10/19/2014
  * 
  * @section LICENSE
  * ----------------------------------------------------------------------------
  * "THE BEER-WARE LICENSE" (Revision 42):
- * <alanhlai91@gmail.com> wrote this file. As long as you retain this notice you
+ * <alexlipford@gmail.com> wrote this file. As long as you retain this notice you
  * can do whatever you want with this stuff. If we meet some day, and you think
  * this stuff is worth it, you can buy me a beer in return.
  * ----------------------------------------------------------------------------