Skip to content
View RobCranfill's full-sized avatar

Block or report RobCranfill

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

Pinned Loading

  1. MIDI-bit Public

    MIDI Practice Monitor for microcontroller

    Python 1

  2. practiceMonitor Public

    A FitBit for MIDI keyboards

    Python 1

  3. pi-wx-station Public

    RP2040-based weather station

    Python 1

  4. featheremin Public

    Microcontroller-based theremin!

    Python 2

  5. Crandard Public

    A WeeWX 'skin' for a tablet display; based on the "Standard" skin.

  6. Turn off automatic reload of the cod...
    1
        # To make a CP device stop auto-reloading code,
    2
        
    3
        <code>
    4
        import supervisor
    5
        supervisor.runtime.autoreload = False  # CirPy 8 and above