Add documentation to the header about the state of axis control.

This commit is contained in:
Anna Rose 2015-11-12 20:54:31 -05:00
parent d8fdb45ded
commit a89a74ac3f

View File

@ -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.