arduino_nunchuk

library to get data out of a Nintendo Wii nunchuk
git clone https://git.e1e0.net/arduino_nunchuk.git
Log | Files | Refs | README

commit 6f58d055d85d45c8e679192778b67b8ff68508d2
parent 4f2bfec4b178e0854d2764ffd9a4788cb16d702d
Author: Paco Esteban <paco@e1e0.net>
Date:   Tue, 29 Sep 2020 17:17:20 +0200

add README

Diffstat:
AREADME | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,8 @@ +Arduino library to get data from a Nintendo Wii Nunchuk. + +Heavily based on a previous library by Robert Eisele <robert@xarg.org>, +which you can find here: + +https://github.com/infusion/Fritzing/tree/master/Nunchuk + +Just adapted to my needs and made it a bit more Arduino friendly.