Skip to content
View anecdata's full-sized avatar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
anecdata/README.md

Pinned

  1. Socket Socket Public

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

    26 4

  2. CircuitPython Pin Finder: microcontr... CircuitPython Pin Finder: microcontroller.pin to board mappings
    1
    # SPDX-FileCopyrightText: 2020 anecdata
    2
    #
    3
    # SPDX-License-Identifier: MIT
    4
    
                  
    5
    import microcontroller
  3. ESP32SPI Pins ESP32SPI Pins
    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
  4. CircuitPython with 4 Networks: W5100... CircuitPython with 4 Networks: W5100S + W5500 + ESP32-S2 + ESP32SPI
    1
    import board
    2
    from digitalio import DigitalInOut, Direction
    3
    from adafruit_wiznet5k.adafruit_wiznet5k import WIZNET5K
    4
    import adafruit_wiznet5k.adafruit_wiznet5k_socket as wiznet5k_socket
    5
    from adafruit_esp32spi import adafruit_esp32spi