Skip to content

[Solved] undefined reference to `stdio_init_all' #279

Answered by llooman
llooman asked this question in Q&A
Discussion options

You must be logged in to vote

Many thanks Earl,

Just do it the Arduino way is working. The Serial.print default to the pico USB.
I did read a lot of other sites to start with the pi pico, very confusing.

void setup() {
Serial.begin(115200);
}

void loop() {
delay(3000);
Serial.printf("Core temperature: %2.1fC\n", analogReadTemp());
}

I hope Maxgerhardt will get the platform.io version done.
https://github.com/maxgerhardt/platform-raspberrypi

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@Tomwhiting1987
Comment options

@earlephilhower
Comment options

@TorontoFred
Comment options

@Andy2No
Comment options

@earlephilhower
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by llooman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants