AndunHH / spacemouse

Repository for the space mouse based on four joysticks and keys
Other
42 stars 9 forks source link

Add PlatformIO support? #14

Closed skorokithakis closed 2 weeks ago

skorokithakis commented 2 weeks ago

Would you be willing to add PlatformIO support? It's basically as easy as adding a platformio.ini file with contents like:

[env:micro]
platform = atmelavr
board = micro
framework = arduino

and moving the source files into a src/ directory.

AndunHH commented 2 weeks ago

Is it really that simple? We changed the board.txt file in the arduino IDE so the board immitates the 3dconnexion spacemouse.

How is this done in platform.io?

I'd appreciate a merge request, if you can show me in a fork how to do that.

skorokithakis commented 2 weeks ago

Yep, I'll look into a PR, thank you!

AndunHH commented 2 weeks ago

Issue fixed with #23