sunfounder

2025-02-22

My new Sunfounder (with Raspberry Pi Pico) hardware kit arrived and I started working through the tutorial

myLED.value(1) time.sleep(2) myLED.value(0) time.sleep(2)

myLED.value(1) is equivalent to myLED.on()

2025-02-23

2025-02-26

Skipped ahead in the Sunfounder tutorial to learn about how Neopixels / LED strips work, and started watching Lesson 52.

Important notes about Neopixels: