Advanced iBreath Analyzer featuring Hexiwear with Alcohol Click module

Dependencies:   Hexi_KW40Z Hexi_OLED_SSD1351

This Application example of iBreath Analyzer featuring Hexiwear with Alcohol Click module has been developed by Dave Clarke.

Detailed instructions for setting up Hexiwear and run the Application are available on hackster.io HERE

Dave published a new version of his iBreath Analyzer, which is now capable to talk thanks to the addition of the Click Text to Speech module

Import programTalking_breathalyzer

iBreathe Breathalyzer can now talk thanks to the Text to Speech Click Board

Committer:
GregC
Date:
Tue Oct 18 21:52:42 2016 +0000
Revision:
0:d10482dd53e5
Advanced iBreath Analyzer featuring Hexiwear with Alcohol Click module

Who changed what in which revision?

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