- Chicago
- https://keybase.io/anecdata
- @anecdat
Block or Report
Block or report anecdata
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
1
import board
2import busio
3import sys
4import os
5from digitalio import DigitalInOut
-
1
import microcontroller
2import board
34for pin in dir(microcontroller.pin):
5if isinstance(getattr(microcontroller.pin, pin), microcontroller.Pin):
-
1
# ESP32_GPIO_PINS:
2# https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/master/adafruit_esp32spi/digitalio.py
3# 0, 1, 2, 4, 5, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 26, 27, 32, 33, 34, 35, 36, 39
4#
5# Used for ESP32SPI
136 contributions in the last year
Less
More
Activity overview
Contributed to
adafruit/circuitpython,
anecdata/Socket,
adafruit/Adafruit_CircuitPython_ESP32SPI
and 5 other
repositories
Loading
Contribution activity
November 2021
Created 1 repository
Created a pull request in adafruit/circuitpython that received 17 comments
INVERT the sense of the I2C_POWER pin (active low)
I don't have the board to test, but this was reported and discussed on Discord. Probably only relevant for the BME280 version of the board.
+1
−1
•
17
comments
Opened 2 other pull requests in 1 repository
adafruit/circuitpython
2
merged
Reviewed 2 pull requests in 2 repositories
adafruit/Adafruit_CircuitPython_Bitmap_Font
1 pull request
adafruit/circuitpython
1 pull request
Created an issue in adafruit/Adafruit_CircuitPython_Bitmap_Font that received 4 comments
load_glyphs() not working in v1.5.2 (worked in v1.5.1)
Tested on Espressif, SAMD51, SAMD21, RP2040. PyPortal demo:
Adafruit CircuitPython 7.1.0-beta.0 on 2021-11-12; Adafruit PyPortal with samd51j20
>>>…
4
comments