https://github.com/team4539/ledcontroller
This is code for an arduino based ultrasonic sensor to change LED states when a note is inside of the intake
https://github.com/team4539/ledcontroller
arduino frc lights
Last synced: 9 months ago
JSON representation
This is code for an arduino based ultrasonic sensor to change LED states when a note is inside of the intake
- Host: GitHub
- URL: https://github.com/team4539/ledcontroller
- Owner: Team4539
- License: gpl-3.0
- Created: 2024-02-19T18:01:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T19:35:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T09:50:05.655Z (11 months ago)
- Topics: arduino, frc, lights
- Language: C++
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LED Controller
This repository contains the source code for controlling LEDs using an Arduino Uno. The code is designed to take input via PWM from a RoboRIO.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Todo](#things-needed-todo)
## Installation
* Using the AdaFruit Neopixel Libary this code requires the use of an LED Strip. This also required the a RoboRio PWM port *
## Usage
* Changes the LED state based off of the RoboRio's input and an Ultrasonic sensor's input *
## Things needed todo
* Nothing :>