Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

Programs and scripts to display "inline" in Adafruit Learning System guides

Results 68 Adafruit_Learning_System_Guides issues
Sort by recently updated
recently updated
newest added

The comments added follow the same format as the Neopixel getting started demo. Hopefully this helps to prompt first-time users to learn about the library import workflow. Just comments, no...

Board flashed with adafruit-circuitpython-adafruit_qtpy_esp32s2-en_GB-8.2.4.uf2 Used CircuitPython 8.x code / library version The lamp has no issues with determining sunset and approx.one hour outy and slowly increasing brightness till sunset is...

Re this thread: https://forums.adafruit.com/viewtopic.php?t=205469 These examples: https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/main/PiCowbell_Adalogger_Examples Looks like the layout for the CircuitPython PCF8523 library changed, so the import syntax needs updating.

Hi, do you have any plans to package the magic_ai_storybook code for pypi? That would make installation easier.

NINA-FW 1.7.5 failed to upload completely on MatrixPortal M4, PyPortal M4, etc. See https://github.com/adafruit/nina-fw/issues/53. After experimentation, I narrowed down the problem to something involving the Adafruit SAMD Arduino USB stack....

This change corrects the bug described in issue #2444. Specifically, it enables the intended behavior of the retry code in `get_request()` by passing a reference to code as the `ping`...

**Scope** Allow reading and writing EEPROM with address larger than 256 byte. The provided test would fail without this patch. Fix #2186 **Test** 1. Test setup: a cloned Arduino Uno...

To better support multiple key macros in a row. Rather than needing to send +key.a, +key.b, -key.a, -key.b, +key.1, +key.2, etc. specifying up and down for each, you can define...

This updates the code for https://learn.adafruit.com/circuitpython-ble-remote-control-on-off. Needs testing by @rdagger.

M4_Eyes.ino: add a set of user_callable functions to control the eyes: eyesWide, eyesBlink, eyesToCorner, eyesNormal file.cpp: add additional user_setup function that passes in the configuration file.cpp: add some accessor functions...