-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Led control using pwm #108
Conversation
Co-authored-by: AidenM <HHQB@users.noreply.github.com> Co-authored-by: BredPerson <BredPerson@users.noreply.github.com> Co-authored-by: Alexander Hamilton <a.hamilton72006@gmail.com> Co-authored-by: ChadPad <PatribotsProgramming@users.noreply.github.com>
…ink to visualize it. Co-authored-by: Alexander Hamilton <a.hamilton72006@gmail.com>
Co-authored-by: Hadizah454 <Hadizah454@users.noreply.github.com> Co-authored-by: Tina H <derp00monsta@users.noreply.github.com> Co-authored-by: rin-star <rin-star@users.noreply.github.com>
… hashmap to have values of Commands rather than strings Co-authored-by: rin-star <rin-star@users.noreply.github.com> Co-authored-by: BredPerson <BredPerson@users.noreply.github.com> Co-authored-by: Tina H <derp00monsta@users.noreply.github.com>
needs rename!
Fixes #13 make buttons & alter the logic for the LPI Co-authored-by: rin-star <rin-star@users.noreply.github.com> Co-authored-by: Hadizah454 <Hadizah454@users.noreply.github.com> Co-authored-by: BredPerson <BredPerson@users.noreply.github.com> Co-authored-by: frighthunt <frighthunt@users.noreply.github.com>
Co-authored-by: rin-star <rin-star@users.noreply.github.com> Co-authored-by: Hadizah454 <Hadizah454@users.noreply.github.com> Co-authored-by: BredPerson <BredPerson@users.noreply.github.com> Co-authored-by: frighthunt <frighthunt@users.noreply.github.com> Co-authored-by: TyGagielo <TyGagielo@users.noreply.github.com>
…738/Crescendo2024 into led-control-using-pwm
also makes a wheel array for the SwerveDriveKinematics Co-authored-by: Alexander Hamilton <a.hamilton72006@gmail.com>
…738/Crescendo2024 into led-control-using-pwm
…' color Co-authored-by: Tina H <derp00monsta@users.noreply.github.com> Co-authored-by: Jacob Hotz <Jacob1010-h@users.noreply.github.com>
Co-authored-by: rin-star <rin-star@users.noreply.github.com> Co-authored-by: Alexander Hamilton <65139378+GalexY727@users.noreply.github.com>
Co-authored-by: Alexander Hamilton <a.hamilton72006@gmail.com>
Co-authored-by: Alexander Hamilton <a.hamilton72006@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes needed, looks pretty good :)
Do you want to schedule this command when in RobotContainer's onDisabled is called? Or just when the robot initially starts? You don't have to do either, just think about it
@GalexY727 I think I fixed your comments? |
O and why is LPI in a LED folder by itself? Can I remove the folder and just have the file directly belong to commands? |
Co-authored-by: rin-star <rin-star@users.noreply.github.com> Co-authored-by: frighthunt <frighthunt@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so good you know, itll surely work first try :D
Hopefully this is shrimply good enough for a pr now. The LPI command has been made and has yet to be inegrated. An LedStrip class was also made.