Carter Nelson
Carter Nelson
Re this thread: https://forums.adafruit.com/viewtopic.php?f=19&t=187741 Using this: https://www.adafruit.com/product/4750 Intentionally placing wrong finger on second scan but not getting mismatch error. ** **EDIT** ** adding Serial Monitor output from running `enroll` sketch...
Re this thread: https://forums.adafruit.com/viewtopic.php?f=56&t=178979
There's an enum (`power_modes`) and a register struct (`pctl`) defined. But no methods for accessing and setting modes. There's an existing, but old, PR here that is currently failing CI:...
Re: https://forums.adafruit.com/viewtopic.php?f=63&t=149682 Can recreate with following: ```python Adafruit CircuitPython 3.1.2 on 2019-01-07; Adafruit Metro M0 Express with samd21g18 >>> import board, busio >>> import adafruit_character_lcd.character_lcd_i2c as character_lcd >>> i2c =...
**Describe the bug** Using an Adafruit Circuit Playground Express. Trying to trigger on different accelerometer levels doesn't seem to work. **To Reproduce** Try the following three examples: 3G: https://makecode.com/_f4vEeWTU9hgf 6G:...
```python Adafruit CircuitPython 6.0.0-rc.1 on 2020-11-03; Adafruit QT Py M0 with samd21e18 >>> import adafruit_bno055 Traceback (most recent call last): File "", line 1, in File "adafruit_bno055.py", line 111, in...
For #91. Converts to BusIO usage. Also provides a fix for `getPWM()` which was broken. Tested with `servo` example sketch which works same as before. Also tested with this sketch...
For I2C comms. https://github.com/adafruit/Adafruit_BusIO
Re this thread: https://forums.adafruit.com/viewtopic.php?f=47&t=172915 Nothing in the preprocessor logic for Nano Every: https://github.com/arduino/ArduinoCore-megaavr/blob/268fefd7e73cae8c0a0dfc05e114079e69fd0827/boards.txt#L42 so it ends up landing here: https://github.com/adafruit/TFTLCD-Library/blob/2f917ad72bf9d2c39cb741d2435df537770e8eca/pin_magic.h#L467
Several cases: - https://forums.adafruit.com/viewtopic.php?f=47&t=165405 - https://forums.adafruit.com/viewtopic.php?f=47&t=163320 - https://forums.adafruit.com/viewtopic.php?f=19&t=162264 with SSD1351 based 1.5" color OLED: https://www.adafruit.com/product/1431