Skip to content
View TateKolton's full-sized avatar

Block or report TateKolton

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

Popular repositories Loading

  1. TateKolton.github.io TateKolton.github.io Public

    Portfolio Website designed by me!

    HTML 1

  2. robotArmPuppet robotArmPuppet Public

    MECH 423 Final Project where we created an intuitive controller for a 6 axis robotic arm. This project includes firmware for the controller (MSP430 MCU), a C# PC program (Windows Forms App), and fi…

    C# 1

  3. Snowflake Snowflake Public

    Forked from UBC-Snowbots/Snowflake

    UBC Snowbots Codebase

    C++

  4. InvertedPendulum InvertedPendulum Public

    Software / Firmware for a self-balancing rotary inverted pendulum implemented on an STM32 Nucleo Board with FreeRTOS

    C

  5. Auto-Garden Auto-Garden Public

    IOT based automated gardening system. I use an ESP32 MCU to host a webpage that reports moisture levels, current temperatures, and past data for a garden. The ESP32 is connected to a pump system an…

    C++

  6. Todo-List Todo-List Public

    A C implementation of a simple To-Do List software to be used from the command line. This todo list dynamically allocates memory for tasks, sorts them based on due date, and displays them for the u…

    C