Skip to content
Avatar

Achievements

Achievements

Organizations

@adafruit
Block or Report

Block or report anecdata

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Socket Public

    TCP and UDP socket examples and helpers for use with CircuitPython.

    5 2

  2. 1
    import board
    2
    import busio
    3
    import sys
    4
    import os
    5
    from digitalio import DigitalInOut
  3. 1
    import microcontroller
    2
    import board
    3
    
                  
    4
    for pin in dir(microcontroller.pin):
    5
        if isinstance(getattr(microcontroller.pin, pin), microcontroller.Pin):
  4. 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

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri
Activity overview
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
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
Opened 1 other issue in 1 repository
adafruit/circuitpython 1 closed
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.