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
hi, i'm trying to use your code. my question is what sort of SDK or toolchain can compile your code?
i tried to compile your code by official SDK that raspbery has published for pico boards, but it seems that sdk has been designed to work
with pico/stdlib.h not your rp2040.h library.
The text was updated successfully, but these errors were encountered:
thanks.sorry i ask you simple questions because I am new to this Raspberry microcontroller, so as I understood you suggest
to build binary file without using any ide.
The project includes all that is necessary for the build. There are no external dependencies. You can add all the files to some IDE if you want, but you don't have to do it. And I can't help you with the IDEs, since I don't use them.
hi, i'm trying to use your code. my question is what sort of SDK or toolchain can compile your code?
i tried to compile your code by official SDK that raspbery has published for pico boards, but it seems that sdk has been designed to work
with pico/stdlib.h not your rp2040.h library.
The text was updated successfully, but these errors were encountered: