-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusion re building examples in pico-playground
#50
Comments
IIRC this is exactly the same way that
You shouldn't be using the To create your own project (independent from the
If you're jumping around between different build directories, it's probably safer to set this to an absolute path, rather than a relative path. |
Make from the top-level builds everything in you could do
instead. |
This comment was marked as abuse.
This comment was marked as abuse.
Looks like @kilograham has given you the fix for this in your other issue? raspberrypi/pico-feedback#415 @nathan-contino Do you think it's worth documenting how to use EDIT: Ahhh, I've just seen that this is actually documented towards the bottom of https://github.com/raspberrypi/pico-extras/blob/master/README.md ! |
Sorry to have to ask, but I've got some doubts about my approach:
I need to use the
sleep
and/ordormant
mode for an off-grid Pico project. I plan to use a RV-3028 as the RTC/interrupt source due to its accuracy and low power consumption.I planned on using the examples in
pico-playground
to get me started, but I may have "missed a beat" somewhere along the line:So here's where I'm confused. I had to descend two levels below
./build
- intosleep/hello_sleep
to get things to work. This doesn't feel right...Should I be copying
hello_sleep
into/home/pi/pico/examples/build
?? - instead of trying to set uppico-playground
as a stand-alone set of examples??TIA!
The text was updated successfully, but these errors were encountered: