Skip to content

Commit c15aab9

Browse files
committed
update pico core link
1 parent f2e2d87 commit c15aab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SynchronizationClock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Example of a microcontroller C++ code for converting the four received encoded b
7070
uint64_t curr_us = ((static_cast<uint64_t>(encoded_sec) + 1) * 1e6) - HARP_SYNC_OFFSET_US;
7171
````
7272
73-
A full example demonstrating a state machine receiving the 6-byte sequence can be found in the [Pico Core](https://github.com/AllenNeuralDynamics/harp.core.rp2040/blob/main/firmware/src/harp_synchronizer.cpp).
73+
A full example demonstrating a state machine receiving the 6-byte sequence can be found in the [Pico Core](https://github.com/harp-tech/harp.core.pico/blob/main/firmware/src/harp_synchronizer.cpp).
7474
7575
---
7676

0 commit comments

Comments
 (0)