Adafruit_Learning_System_Guides
Adafruit_Learning_System_Guides copied to clipboard
Programs and scripts to display "inline" in Adafruit Learning System guides
In the adafruit_button library PR [#23](https://github.com/adafruit/Adafruit_CircuitPython_Display_Button/pull/23) the button API was changed slightly so that the button itself can be added to Groups and Displays rather than needing to add the...
- Arduino board: QT PY - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13 - Adafruit_Learning_System_Guides/Kinetic_POV/supernova_poi/ supernova_poi sketch works with IRremote library 2.8.0 but remote does not...
A number of examples here have code like: ```python try: # something that might fail except: return # or pass or something like that ``` Sometimes there's good reason for...
`Hallowing_Lightsaber/lightsaber_unicorn.py` uses the `NeoPixel.order` attribute, which no longer exists. @kattni @jedgarpark Is there a suitable substitute for this animation from the animation library that would run on the Hallowing M0?...
I have tested ANCS-Gizmo project by @jedgarpark When i try to pair, the circuit playground bluetooth doesn't appear on the iOS bluetooth devices. It's working with the default playground, it's...
Adafruit_Learning_System_Guides/Circuit_Playground_Express_and_IR/CPX_IR_Remote_Recieve.py / Great example, almost perfect. Got me from knowing close to nothing about the circuit playground express to making cool lights and sounds remotely. Love it! But, first I...
The "reopen button" is not available. Regarding #1091, which is about Feather_ePaper_Quotes, found in https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/Feather_ePaper_Quotes and as described in https://learn.adafruit.com/epaper-display-featherwing-quote-display. The "fix" that was merged previously for this changed one...
It seems the library MiniMQTT has changed. The code in PyPortal_MQTT_Control uses `# Set up a MiniMQTT Client client = MQTT(socket, broker = secrets['broker'], port = 1883, username = secrets['user'],...
Hello, I have an Adafruit Circuit Playground Express and a Crickit, and I would like to run Circuit Python to use the HAL 9000 code. I have tried loading the...
Even when examples are changed and when CircuitPython changes.