diff --git a/documentation/asciidoc/microcontrollers/micropython/images/micropython_book.png b/documentation/asciidoc/microcontrollers/micropython/images/micropython_book.png index a860068e5..86f9ec0a0 100644 Binary files a/documentation/asciidoc/microcontrollers/micropython/images/micropython_book.png and b/documentation/asciidoc/microcontrollers/micropython/images/micropython_book.png differ diff --git a/documentation/asciidoc/microcontrollers/micropython/micropython-documentation.adoc b/documentation/asciidoc/microcontrollers/micropython/micropython-documentation.adoc index e0172ca86..c7362b8dc 100644 --- a/documentation/asciidoc/microcontrollers/micropython/micropython-documentation.adoc +++ b/documentation/asciidoc/microcontrollers/micropython/micropython-documentation.adoc @@ -9,12 +9,13 @@ https://docs.micropython.org/en/latest/library/rp2.html[RP2 Library]:: The offic === Further reading -image::images/micropython_book.png[role="w40",float=right] +image::images/micropython_book.png[width="70%",float=right] -Check out https://store.rpipress.cc/collections/getting-started/products/get-started-with-micropython-on-raspberry-pi-pico-2nd-edition[_Get Started with MicroPython on Raspberry Pi Pico_] to learn how to use the beginner-friendly language MicroPython to make your Raspberry Pi Pico interact with the world around it. Using these skills, you can create your own electro-mechanical projects, whether for fun or to make your life easier. +Check out https://store.rpipress.cc/collections/getting-started/products/get-started-with-micropython-on-raspberry-pi-pico-2nd-edition[_Get Started with MicroPython on Raspberry Pi Pico_] to learn how your Pico can interact with the world around it using the MicroPython programming language. Fully updated for Raspberry Pi Pico W and the latest version of MicroPython, this book shows you how to: -* Set up your Raspberry Pi Pico and start using it -* Start writing programs using MicroPython -* Control and sense electronic components -* Discover how to use Pico's unique Programmable IO -* Make a reaction game, burglar alarm, temperature gauge, and more +* set up your Pico or Pico W and start using it +* start writing programs using MicroPython +* control and sense electronic components +* discover how to use Pico's unique Programmable IO +* turn Raspberry Pi Pico W into a network-connected node for the Internet of Things +* link your Pico W to your smartphone, tablet, or another Pico W with Bluetooth Low Energy (BLE)