diff --git a/_posts/2024-07-20-micropython-1.md b/_posts/2024-07-20-micropython-1.md index 055a7ef..c94152a 100644 --- a/_posts/2024-07-20-micropython-1.md +++ b/_posts/2024-07-20-micropython-1.md @@ -13,7 +13,7 @@ head: | ---
- +The classic xkcd 353 about how python makes programming fun again.
Original
@@ -39,7 +39,7 @@ So anyway, here is a compendium of things I've being doing with [micropython][mi ## Get yourself a dev board
- +A photograph of 4 Raspberry Pi Pico Boards arranged in a row.
The Raspberry Pi Pico is really nice, if you went to EMFcamp you can use [the badge][badge], and ESP32 boards work really well too! The easiest way to start is to flash a prebuilt firmware (for RP2040 boards that means putting the board in boot mode and then dragging and dropping a .uf2 file onto a virtual file system that appears.) diff --git a/assets/blog/micropython/four_picos.jpg b/assets/blog/micropython/four_picos.jpg index f0646f5..904ee05 100644 Binary files a/assets/blog/micropython/four_picos.jpg and b/assets/blog/micropython/four_picos.jpg differ diff --git a/assets/blog/micropython/simulator.js b/assets/blog/micropython/simulator.js index eeabc0d..ce4f6ef 100644 --- a/assets/blog/micropython/simulator.js +++ b/assets/blog/micropython/simulator.js @@ -101,7 +101,7 @@ class USBCPowerSupplySimulator extends HTMLElement { }
- +

         `;