README: Fix broken URLs
This commit is contained in:
parent
6ab512a6b6
commit
004b2bf3a0
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
![InfiniTime logo](doc/logo/infinitime-logo-small.jpg "InfiniTime Logo")
|
![InfiniTime logo](doc/logo/infinitime-logo-small.jpg "InfiniTime Logo")
|
||||||
|
|
||||||
Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++.
|
Fast open-source firmware for the [PineTime smartwatch](https://pine64.org/devices/pinetime/) with many features, written in modern C++.
|
||||||
|
|
||||||
## New to InfiniTime?
|
## New to InfiniTime?
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@ My own contribution is little more than a brute force conversion to
|
||||||
python3. It is sparsely tested so there are likely to be a few
|
python3. It is sparsely tested so there are likely to be a few
|
||||||
remaining bytes versus string bugs remaining in the places I didn't test
|
remaining bytes versus string bugs remaining in the places I didn't test
|
||||||
. I used it primarily as part of
|
. I used it primarily as part of
|
||||||
[wasp-os](https://github.com/daniel-thompson/wasp-os) as a way to
|
[wasp-os](https://github.com/wasp-os/wasp-os) as a way to
|
||||||
deliver OTA updates to nRF52-based smart watches, especially the
|
deliver OTA updates to nRF52-based smart watches, especially the
|
||||||
[Pine64 PineTime](https://www.pine64.org/pinetime/).
|
[Pine64 PineTime](https://pine64.org/devices/pinetime/).
|
||||||
|
|
||||||
## What does it do?
|
## What does it do?
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Driver for the HRS3300 heart rate sensor.
|
/** 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
|
* Experimentaly derived changes to improve signal/noise (see comments below) - Ceimour
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user