this library make for using joystick module 5pin such as gnd, 5v(recommend connect on Pin 3v3), vrX, vrY, sw test working on ESP32 only if use other board suggest offset value in function Joystick::handle() provide Callback function on any events trigger by joy stick module adjust range analogread from 0, 4096 to 0, 1024 or 0, 2048 up to you(board support) position.x = map((aPinX), 0, 4096, -6, 6); position.y = map((aPinY), 0, 4096, -6, 6);
-
Notifications
You must be signed in to change notification settings - Fork 1
License
BinaryBearzz/JoyStickModule
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published