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 54 Adafruit_Learning_System_Guides issues
Sort by recently updated
recently updated
newest added

Two CircuitPython examples use the `gamepadshift` module that will be removed in CircuitPython 8.0.0: - [JEPlayer_mpr3](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/CircuitPython_JEplayer_mp3/code.py) - [PyGamer Improved Thermal camera](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/PyGamer_Improved_Thermal_Camera/code.py) I can work on making changes to them to...

There's an issue in https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/MagTag_Google_Sheets/weekly_planner/code.py that's been transferred to Requests: https://github.com/adafruit/Adafruit_CircuitPython_Requests/issues/103 I believe the issue is due to a required redirect to access the spreadsheet. This must have behaved differently...

**Steps to reproduce** Reading and writing EEPROM using Adafruit ArduinoISP.ino will cause Bad EEPROM data. The official Arduino [ArduinoISP.ino](https://github.com/arduino/arduino-examples/tree/main/examples/11.ArduinoISP/ArduinoISP) does not have similar issue. See avrdudes/avrdude/issues/990 **Possible solution** The read...

I've been trying to get [this project](https://learn.adafruit.com/gps-tour-guide) working and I ran into 3 bugs with the current version of the sample code. Apologies for not just putting in a pull...

``` PyGamer_Improved_Thermal_Camera/code.py:grid_data = ulab.zeros(((2 * n) - 1, (2 * n) - 1)) # 15x15 color index narray PyGamer_Improved_Thermal_Camera/code.py:histogram = ulab.zeros((2 * n) - 1) # Histogram accumulation narray PyGamer_Improved_Thermal_Camera/code.py:...

The ArduinoSelfTest for the PyPortal was obviously written for the standard PyPortal, and not for the PyPortal Titano. The code is included in the Titano guide as-is, but there are...

The CI for PR pushes runs all the tests, though it need not if the only things that have changed are unrelated. For instance, changing Python files should not need...

enhancement

Dear Team Good day 😀 I am happy to share the simulation link for Adafruit's IR remote example for Arduino where IR received signals are decoded for RAW ON and...

Error when running [scoreboard code](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/master/Matrix_Portal_Scoreboard/matrix_portal_scoreboard.py) on Matrix Portal due to adafruit IO feed name validation. The error is "Feed key must contain lower case English letters, numbers, and dash." The...

from @FoamyGuy: > The current version of the scripts are located here: https://github.com/FoamyGuy/CircuitPython_Library_Screenshot_Maker/tree/main/python_generator @jepler you were taking a crack at this? i'd like the png/image to be commited into the...