Skip to content
View bettencb's full-sized avatar

Block or report bettencb

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. Read voltage from a MCP3002 ADC on t... Read voltage from a MCP3002 ADC on the Raspberry Pi with Raspbian OS using the gpiozero library
    1
    # Raspberry Pi circuit read from ADC
    2
    import csv
    3
    from os import system
    4
    from time import sleep
    5
    from gpiozero import MCP3002
  2. Kapp Kapp Public

    Keep track of $$$ exchanges between two parties in an easy-to-view text file.

    C 1

  3. darksky-weather-dart darksky-weather-dart Public

    Forked from rinukkusu/darksky-weather-dart

    A dart library for interfacing with the Dark Sky Weather API.

    Dart 1

  4. LEDbar control on a Raspberry Pi usi... LEDbar control on a Raspberry Pi using the gpiozero library
    1
    # A Python script file to act as a library for the Server-Side code, indicating what state the app is currently in.
    2
    # One LED light per half second of operation, only the first half second records during launch.
    3
    from os import system
    4
    from time import sleep
    5
    from gpiozero import LED
  5. google-coral/examples-camera google-coral/examples-camera Public

    Small code snippets that show how to stream camera images to a Coral device.

    Python 356 115

  6. cherrytree cherrytree Public

    Forked from giuspen/cherrytree

    cherrytree

    C++