Add documentation to the header about the state of axis control.
This commit is contained in:
parent
d8fdb45ded
commit
a89a74ac3f
|
@ -42,7 +42,7 @@ class Joystick {
|
||||||
void Update();
|
void Update();
|
||||||
|
|
||||||
void AddButton(uint8_t pin, ButtonType type, bool pullup=false);
|
void AddButton(uint8_t pin, ButtonType type, bool pullup=false);
|
||||||
void AddAxis(uint8_t pin);
|
void AddAxis(uint8_t pin); // Axes don't actually work yet!
|
||||||
|
|
||||||
// These functions are deprecated and may become private in a future
|
// These functions are deprecated and may become private in a future
|
||||||
// version. Prefer the above API instead.
|
// version. Prefer the above API instead.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user