Get started with MicroPython on Raspberry Pi Pico
downloaded from magpi.raspberrypi.com/books/micropython-pico documentation is out-of-date (it doesn't appear to have any version).
I was answering a question (which seemed to be a case of not reading the documentation) but I checked. The web page has :-
Surely the PDF should be updated!
Even the Download errata omits this.
There appears to be no newer or Pi Pico W specific version although *Connecting to the Internet with Raspberry Pi Pico W* does, but this hardly seems the place a beginner would look!
downloaded from magpi.raspberrypi.com/books/micropython-pico documentation is out-of-date (it doesn't appear to have any version).
I was answering a question (which seemed to be a case of not reading the documentation) but I checked. The web page has :-
Code:
Errata (for all versions): If you are using the Raspberry Pi Pico W, you will need to change the definition of led_onboard (pages 46, 48, and 52):led_onboard = machine.Pin(25, machine.Pin.OUT)…should change to:led_onboard = machine.Pin("LED", machine.Pin.OUT)
Even the Download errata omits this.
There appears to be no newer or Pi Pico W specific version although *Connecting to the Internet with Raspberry Pi Pico W* does, but this hardly seems the place a beginner would look!
Statistics: Posted by Milliways — Tue Jan 23, 2024 5:44 am