Update README.md

This commit is contained in:
redphx 2022-04-20 10:44:10 +07:00 committed by GitHub
parent 5be9b98889
commit 8fdec2fac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -149,3 +149,8 @@ sudo udevadm trigger
4. **Is it possible to port JoyDance to wearable devices like smart watches (Wear OS, watchOS...)?**
Yes. I tested on a tiny [M5StickC Plus](https://shop.m5stack.com/collections/stick-series/products/m5stickc-plus-esp32-pico-mini-iot-development-kit) and it worked! But remember, some movements require you to move only the palm of your hand won't be recognized correctly.
## Acknowledgements
- [dekuNukem/Nintendo_Switch_Reverse_Engineering](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering)
- [tocoteron/joycon-python](https://github.com/tocoteron/joycon-python)
- [Davidobot/BetterJoy](https://github.com/Davidobot/BetterJoy)