fnivek / joy_con_interface

An interface for the Nintendo Switch Joy Cons
MIT License
8 stars 2 forks source link

Emulate Joy-cons from a PC with bluetooth #1

Open AntoineTurmel opened 7 years ago

AntoineTurmel commented 7 years ago

I have a project idea, and I want to be able to "emulate" joy-con inputs from a PC, would it be possible with your tool ?

fnivek commented 7 years ago

I'm just starting this project it could be a lot of things. Emulating joy-con inputs isn't really my intended goal for this project though. The main purpose of this project is to write a c program that can take in input from the joy cons and make that information available in a usable format. The reason I want to do this in C is so that I can use it to control embedded systems in particular mobile robots.

AntoineTurmel commented 7 years ago

Nice :)