Skip to content
View anecdata's full-sized avatar

Organizations

@adafruit

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 Loading

  1. Socket Public

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

    26 4

  2. CircuitPython Pin Finder: microcontr...
    1
    # SPDX-FileCopyrightText: 2020 anecdata
    2
    #
    3
    # SPDX-License-Identifier: MIT
    4
    
                  
    5
    import microcontroller
  3. 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 ...
    1
    # SPDX-FileCopyrightText: 2024 anecdata
    2
    # SPDX-License-Identifier: MIT
    3
    
                  
    4
    import time
    5
    import os