Skip to content
View anecdata's full-sized avatar

Organizations

@adafruit

Block or report anecdata

Report abuse

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

Report abuse
anecdata/README.md

Pinned Loading

  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 7 "radios" using ... CircuitPython with 7 "radios" using Connection Manager
    1
    # SPDX-FileCopyrightText: 2024 anecdata
    2
    # SPDX-License-Identifier: MIT
    3
    
                  
    4
    import time
    5
    import os