Arduino Wiring &
Test
Adafruit seesaw Library
To use with the Arduino IDE, you will need to install the Adafruit_seesaw library (here's
repository
(https://adafru.it/BrV).)
It is available from the Arduino library manager so we recommend using that.
From the IDE open up the library manager...
And type in adafruit seesaw to locate the library. Click Install
For more details on how to install Arduino libraries, check out our detailed tutorial!
Running the Example Code
The library comes with a Joy Featherwing example to get you started fast. Plug the Wing into the Feather and connect
the Feather to your computer with the USB cable.
Open the Arudino IDE and load File->Examples->Adafruit_seesaw->joy_featherwing_example
The example assumes the interrupt pin is connected to pin 5 on the Feather via the first solder jumper on the
far left. If you have not soldered this jumper the example code will need to be modified.
Click the Upload button and open the Serial Monitor at 115200 baud speed.
When you move the joystick you should see data appear in the format x,y
© Adafruit Industries
https://learn.adafruit.com/joy-featherwing
the Github
(https://adafru.it/aYM)
Page 15 of 23
Need help?
Do you have a question about the Joy Featherwing and is the answer not in the manual?