Using Hexiware, Hexiware dock and an Alcohol click board, create your own breathalizer that connects to Wolksense to record your readings

Dependencies:   Hexi_KW40Z Hexi_OLED_SSD1351

Fork of Hexi_OLED_Text_Example by Hexiwear

Committer:
daveyclk
Date:
Tue Sep 27 10:23:28 2016 +0000
Revision:
6:7f4ba36b025f
Parent:
5:a27fdb811237
fixed first test bug

Who changed what in which revision?

UserRevisionLine numberNew contents of line
daveyclk 5:a27fdb811237 1 #include "stdint.h"
daveyclk 5:a27fdb811237 2
daveyclk 5:a27fdb811237 3 extern const uint8_t iBreatheWS_bmp[18438];
daveyclk 5:a27fdb811237 4 extern const uint8_t iBreatheBlank_bmp[18438];
daveyclk 5:a27fdb811237 5 extern const uint8_t iBreatheBlow_bmp[18438];
daveyclk 5:a27fdb811237 6 extern const uint8_t iBreatheDrink_bmp[18438];
daveyclk 5:a27fdb811237 7 extern const uint8_t iBreatheDrive_bmp[18438];
daveyclk 5:a27fdb811237 8 extern const uint8_t iBreatheHang_bmp[18438];
daveyclk 5:a27fdb811237 9 extern const uint8_t iBreatheini_bmp[18438];
daveyclk 5:a27fdb811237 10 extern const uint8_t iBreatheSober_bmp[18438];