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

Noticed that midnight was not handled properly for cases like "Five to Midnight" or "Twenty after Midnight". Was seeing noon instead of midnight.

Are you interested in more community contributions? Here’s another. There’s a short video of this here: https://www.youtube.com/watch?v=S8Vq10nlTGM

Looking at the CI runs, it looks it's getting warnings regarding uploading release artifacts. Is this something that should be fixed or removed?

bug

The next big improvement after #2497 would be to have guide-targetted platform-specific CI. This would mean only modified or added projects would have CI run for them, only for the...

enhancement

Board: [FeatherSense](https://learn.adafruit.com/adafruit-feather-sense) Magnetometer : LIS3MDL. SW: [feather_sense_sensor_demo.ino](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Adafruit_Feather_Sense/feather_sense_sensor_demo/feather_sense_sensor_demo.ino) Library: [Adafruit_LIS3MDL.h](https://github.com/adafruit/Adafruit_LIS3MDL/blob/master/Adafruit_LIS3MDL.h) The sw (.ino) computes with this board and library a maximum "magnetic field" of approx 2,000 uT, while this should be...

I believe there is a bug in the retry code used `get_request()` in the Star Fragment Lamp code. The retry code at line 65 (https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/a2a29163d12ccf8db341462c93c9b74deb0c3e08/Star_Fragment_Lamp/code.py#L65) is: ` n = ping`...

The example code for adafruit_httpserver has an issue where it will lock up in certain circumstances. I suspect this may actually be an issue with the httpserver library code, but...

Hi! I started working with the 7 segment display. I downloaded the tutorial code, and tried to display a "-" symbol. But it turned out like this: (the other cables...

- Arduino board: **PyPortal Titano ** - Arduino IDE version (found in Arduino -> About Arduino menu): **7.3** - List the steps to reproduce the problem below (if possible attach...

So I love the OWL IR TV Remote project, it's very similiar to one I built years ago to sense when my TV gets turned on and to then send...