Skip to content
View darrell24015's full-sized avatar
🚧
GitHub Codespaces Beta!
🚧
GitHub Codespaces Beta!

Highlights

  • Pro
Block or Report

Block or report darrell24015

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

  1. LearnToProgramRoanoke/Learn-Arduboy LearnToProgramRoanoke/Learn-Arduboy Public

    Introduction to programming using the Arduboy to create simple games

    C++ 1

  2. LearnToProgramRoanoke/Learn-microbit LearnToProgramRoanoke/Learn-microbit Public

    Code and materials for learning to program with the BBC micro:bit

    Python 2 1

  3. GoPiGo GoPiGo Public

    Repo for my own GoPiGo modifications

    Python 1

  4. RPi RPi Public

    Repo for Raspberry Pi Projects

    Python

  5. Uno Uno Public

    Repository for Arduino Sketches

    C

  6. Arduboy example of scrolling text on... Arduboy example of scrolling text on the screen
    1
    /*
    2
    * This code example shows how to scroll a line of text
    3
    * across the screen on an Arduboy.
    4
    * The OLED screen dimensions are 128 x 60 pixels (width x height)
    5
    */