Updated with option to return from BP screen to main screen, resolved screen navigation issues

Dependencies:   SDFileSystem TFTLCD_8bit ds3231 program mbed

Fork of poc_dis_5 by SenseSemi

Committer:
suhasini
Date:
Thu Mar 30 11:34:04 2017 +0000
Revision:
5:a3ea7c82b7e1
Parent:
1:8316c23ec6b9
PID updation possible, Proper screen navigation enabled, Return functionality from BP to main screen-done, date-time format modified, BP data not saved into SD card

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