Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem ds3231 program mbed testUniGraphic_150217
Fork of Int_Demo_01Apr2017_newdisplaycode_bp_nikita by
Diff: main.cpp
- Revision:
- 6:5e33a0f01476
- Parent:
- 5:a3ea7c82b7e1
- Child:
- 7:11f926351d8f
diff -r a3ea7c82b7e1 -r 5e33a0f01476 main.cpp
--- a/main.cpp Thu Mar 30 11:34:04 2017 +0000
+++ b/main.cpp Sat Apr 01 06:37:02 2017 +0000
@@ -215,9 +215,11 @@
case 6: DisableTouch();
screen_bp(); // bp main screen
- EnableTouch();
+ //EnableTouch();
state1=0;
state=8;
+ nstate=state; ///////
+ EnableTouch(); ///////
break;
@@ -232,6 +234,7 @@
screen_glc_2();
state=6;;
// gc.printf("%d", state);
+ nstate=state; //////////////
EnableTouch();
break;
@@ -260,6 +263,7 @@
case 9:
DisableTouch();
screen_bp2(); // bp main screen
+ bp_countdown(); // countdown for bp
bp(); // measuring bp
state1=0;
// wait(1);
