tannewt
@tannewt
Member
Joined: 2021-03-09 10:36 am
Last seen: 2021-03-11 4:36 pm
Topics: 1 / Replies: 3
Reply
RE: Scott (@tannewt) from Adafruit

Doing a `from foo import Bar` doesn't usually help because the whole library is still loaded. All code from a single file (aka module) will be loaded ...

3 years ago
Reply
RE: Scott (@tannewt) from Adafruit

There are two types of memory errors you'll see. The first is running out of disk space. This happens when you drag files over. It can happen easily...

3 years ago
Topic
Replies: 6
Views: 1562
Reply
RE: CircuitPython with Raspberry Pi Pico - Getting Started

Yup, `neopixel_write` uses PIO internally.

3 years ago
Forum