Skip to content
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

[wombat/behaviours] Create Trigger API #128

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 2, 2024

  1. [wombat/behaviours] Create Trigger API

    The trigger API is a way to bind a Behaviour to a booolean. This
    approach has a variety of benefits. Primarily it allows us to avoid
    binding buttons multiple times. This was heavily inspired by the WPILib
    Trigger API docs found
    [here](https://docs.wpilib.org/en/stable/docs/software/commandbased/binding-commands-to-triggers.html)
    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ed191ae View commit details
    Browse the repository at this point in the history
  2. formatted

    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b3245f9 View commit details
    Browse the repository at this point in the history
  3. cleaned up a bit

    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3b62423 View commit details
    Browse the repository at this point in the history
  4. do some docs i missed

    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a90a2d8 View commit details
    Browse the repository at this point in the history
  5. fix docs

    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    26712af View commit details
    Browse the repository at this point in the history
  6. format

    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e4bd6e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b09c21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9374ba7 View commit details
    Browse the repository at this point in the history
  9. update some stuff

    spacey-sooty committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    75140f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aeb0416 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a388c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix build

    spacey-sooty committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2f929bd View commit details
    Browse the repository at this point in the history