We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bddd9e commit 7240315Copy full SHA for 7240315
CPB_heart_rate_display/code.py
@@ -1,4 +1,6 @@
1
"""
2
+SPDX-FileCopyrightText: 2022 Isaac Wellish for Adafruit Industries
3
+SPDX-License-Identifier: MIT
4
Circuit Playground Bluefruit BLE Heart Rate Display
5
Read heart rate data from a heart rate peripheral using
6
the standard BLE heart rate service.
@@ -110,7 +112,6 @@ def color_chase(color, wait):
110
112
# Blink leds at the given BPM
111
113
pixels.fill(RED)
114
pixels.show()
- # Increase or decrease to change the speed of the solid color change.
115
time.sleep(time_on)
116
pixels.fill(LIGHTRED)
117
0 commit comments