Fix all the following issues which we faced during 01st April internal demo 1) Display hang and jump issue 2) Sequencing issue 3) Issue with BP code

Dependencies:   SDFileSystem ds3231 program mbed testUniGraphic_150217

Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by nikita teggi

Committer:
nikitateggi
Date:
Mon May 08 05:19:22 2017 +0000
Revision:
12:ab85607bb10a
Parent:
1:8316c23ec6b9
POC code with new display and updated BP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nikitateggi 1:8316c23ec6b9 1 #ifndef I2C_DEC_H_
nikitateggi 1:8316c23ec6b9 2 #define I2C_DEC_H_
nikitateggi 1:8316c23ec6b9 3
nikitateggi 1:8316c23ec6b9 4 #include "mbed.h"
nikitateggi 1:8316c23ec6b9 5 void i2c_spec();
nikitateggi 1:8316c23ec6b9 6 #endif