The HexiHeart is a demo project product that takes advantage of many of the onboard Hexiwear sensors and capabilities to create a multifunctional fitness and safety watch.

Dependencies:   FXAS21002 FXOS8700 Hexi_KW40Z Hexi_OLED_SSD1351 MAXIM W25Q64FVSSIG HTU21D MPL3115A2 TSL2561

Fork of HexiHeart_Alex by Hexiwear_zeta

Files at this revision

API Documentation at this revision

Comitter:
jmr274
Date:
Tue Feb 13 15:42:22 2018 +0000
Parent:
5:e1431272be79
Child:
7:3d5a8aea0b63
Commit message:
added Heat Index II

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Feb 13 05:36:04 2018 +0000
+++ b/main.cpp	Tue Feb 13 15:42:22 2018 +0000
@@ -835,7 +835,7 @@
             
             Heat_Index_Calculation();
             sprintf(text,"%i",heat_index);
-            oled.TextBox((uint8_t *)text,5,80,15,15); 
+            oled.TextBox((uint8_t *)text,3,80,15,15); 
             strcpy((char *) text,"dF");oled.Label((uint8_t *)text,18,80);
             
             if(Heart_Rate_Mode == 1) {
@@ -1051,7 +1051,7 @@
             oled.Label((uint8_t *)" Back ",9,80); // Display "Back" at x,y
             //             oled.Label((uint8_t *)" Enter ",59,80);  //Display at x,y
 
-
+            Heat_Index_Calculation();
             
             oled_text_properties_t textProperties = {0};
             oled.GetTextProperties(&textProperties);