From 7240315201eb1acbe324e77d79b5725ca528898c Mon Sep 17 00:00:00 2001 From: Isaac Wellish Date: Tue, 11 Jan 2022 19:11:00 -0500 Subject: [PATCH] license added --- CPB_heart_rate_display/code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CPB_heart_rate_display/code.py b/CPB_heart_rate_display/code.py index 3d522baf0..b04adba2f 100755 --- a/CPB_heart_rate_display/code.py +++ b/CPB_heart_rate_display/code.py @@ -1,4 +1,6 @@ """ +SPDX-FileCopyrightText: 2022 Isaac Wellish for Adafruit Industries +SPDX-License-Identifier: MIT Circuit Playground Bluefruit BLE Heart Rate Display Read heart rate data from a heart rate peripheral using the standard BLE heart rate service. @@ -110,7 +112,6 @@ while True: # Blink leds at the given BPM pixels.fill(RED) pixels.show() - # Increase or decrease to change the speed of the solid color change. time.sleep(time_on) pixels.fill(LIGHTRED) pixels.show()