You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For RP2040 this example needs an external clock fed into the GP20
64
+
// Note: Only GP20 and GP22 can be used for clock input, See the GPIO function table in the datasheet.
65
+
// You can use another Pico to generate this. See the clocks/hello_gpout example for more details.
66
+
// rp2040: clock_gpio_init(21, CLOCKS_CLK_GPOUT3_CTRL_AUXSRC_VALUE_CLK_RTC, 1); // 46875Hz can only export a clock on gpios 21,23,24,25 and only 21 is exposed by Pico
67
+
// RP2350 has an LPOSC it can use, so doesn't need this
0 commit comments