Skip to content

Commit 7240315

Browse files
committed
license added
1 parent 0bddd9e commit 7240315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CPB_heart_rate_display/code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
SPDX-FileCopyrightText: 2022 Isaac Wellish for Adafruit Industries
3+
SPDX-License-Identifier: MIT
24
Circuit Playground Bluefruit BLE Heart Rate Display
35
Read heart rate data from a heart rate peripheral using
46
the standard BLE heart rate service.
@@ -110,7 +112,6 @@ def color_chase(color, wait):
110112
# Blink leds at the given BPM
111113
pixels.fill(RED)
112114
pixels.show()
113-
# Increase or decrease to change the speed of the solid color change.
114115
time.sleep(time_on)
115116
pixels.fill(LIGHTRED)
116117
pixels.show()

0 commit comments

Comments
 (0)