Skip to content

Commit

Permalink
Add Joystick to HARDWARE list
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Oct 31, 2024
1 parent 8011b37 commit 42901b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HARDWARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ Polling and reading follow a call and response pattern.
| Name | Status | Interface | Component Class | Notes |
| :--------------- | :------: | :-------- | :--------------- |------ |
| Button | :green_heart: | Digital In | `DigitalIO::Button` |
| Relay | :green_heart: | Digital Out | `DigitalIO::Relay` |
| Rotary Encoder | :green_heart: | Digital In | `DigitalIO::RotaryEncoder` | Listens every 1ms
| Potentiometer | :green_heart: | Analog In | `AnalogIO::Potentiometer` | Smoothing on by default
| Relay | :green_heart: | Digital Out | `DigitalIO::Relay` |
| Joystick | :green_heart: | Analog In | `AnalogIO::Joystick` |

### LEDs

Expand Down

0 comments on commit 42901b9

Please sign in to comment.