README: Fix broken URLs

This commit is contained in:
Victor Kareh
2024-02-21 14:49:46 -05:00
committed by JF
parent 6ab512a6b6
commit 004b2bf3a0
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ namespace {
}
/** Driver for the HRS3300 heart rate sensor.
* Original implementation from wasp-os : https://github.com/daniel-thompson/wasp-os/blob/master/wasp/drivers/hrs3300.py
* Original implementation from wasp-os : https://github.com/wasp-os/wasp-os/blob/master/wasp/drivers/hrs3300.py
*
* Experimentaly derived changes to improve signal/noise (see comments below) - Ceimour
*/