From a89a74ac3fe895d4e9dde3665b67c0eb5d48baa2 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Thu, 12 Nov 2015 20:54:31 -0500 Subject: [PATCH] Add documentation to the header about the state of axis control. --- Joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joystick.h b/Joystick.h index e7ccb92..f8fb0b4 100644 --- a/Joystick.h +++ b/Joystick.h @@ -42,7 +42,7 @@ class Joystick { void Update(); 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 // version. Prefer the above API instead.