ECG App update
All threads resolved!
All threads resolved!
Compare changes
+ 154
− 47
@@ -6,6 +6,7 @@ import buttons
@@ -26,6 +27,15 @@ COLOR_WRITE_FG = [255, 255, 255]
@@ -36,6 +46,7 @@ pause_histogram = False
@@ -48,7 +59,8 @@ beta = 3
@@ -60,6 +72,7 @@ def update_history(datasets):
@@ -177,14 +190,28 @@ def close_sensor():
@@ -209,19 +236,61 @@ def toggle_write():
@@ -273,7 +342,10 @@ def draw_histogram():
@@ -308,10 +380,17 @@ def main():
@@ -324,61 +403,89 @@ def main():