Andrew Scheller
Andrew Scheller
Fix has been merged into `develop`
If this is just a generic "please help me get my code working" request, then GitHub issues isn't the place for that; you should ask for help at https://forums.raspberrypi.com/viewforum.php?f=143 Github...
I believe that it's saying "we pass `false` to the `shift_to_right` parameter" (i.e. it's shifting to the left, which agrees with what you're suggesting?)
> I don't see the parameter names of the function, so don't know that the parameter is called `shift_to_right` See e.g. https://www.raspberrypi.com/documentation/pico-sdk/hardware.html#group_sm_config_1ga613bed03e10e569f1b7aede74d40a5b5 (and yes, I've already put in a (unpublished)...
See page 237 of https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf
> 1 0x01 (PICOBIN_HASH_SHA-256) Cross-referencing to https://github.com/raspberrypi/pico-sdk/blob/develop/src/common/boot_picobin_headers/include/boot/picobin.h#L145 it looks like this ought to say `PICOBIN_HASH_SHA256` .
I think if you actually provided your code, that might give us a better chance to figure out what's going wrong? Until this is confirmed as an SDK bug, I'll...
I guess you could try running the "writing to the led strip" on one core, and the "handling interrupts" on the other core? I believe the examples in `pico-examples` are...
From a usability PoV, I think it'd be okay to reduce the depth of the LHS navigation menu, as long as the RHS navigation menu retains its current depth. Personally,...
To clarify further, I believe Paul is talking about https://www.raspberrypi.com/documentation/pico-sdk/hardware.html