Skip to content
View CailsCodes's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report CailsCodes

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. pico-display pico-display Public

    Raspberry Pi Pico project using the Pimoromi Pico display

    Python

  2. pico-rover pico-rover Public

    Small remote controlled rover using the RasPi Pico with BLE

    Python

  3. project2 project2 Public

    Experimenting with LCD displays, RTC, buttons and potentiometers

    Python

  4. UpdateRTC UpdateRTC Public

    Update RasPi Pico RTC from Windows

    Python

  5. Driver for DS1302 RTC Driver for DS1302 RTC
    1
    import board
    2
    import digitalio
    3
    import time
    4
    
                  
    5
    
                  
  6. A class that can be used as a stop w... A class that can be used as a stop watch
    1
    from time import time, strftime, localtime
    2
    
                  
    3
    class StopWatch:
    4
    
                  
    5
        def __init__(self):