AndunHH / spacemouse

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

feat: Add PlatformIO support #17

Closed skorokithakis closed 2 weeks ago

skorokithakis commented 2 weeks ago

This PR adds PlatformIO support. It's not complete yet, as it doesn't add the changes in boards.txt, but I'll get to that.

skorokithakis commented 2 weeks ago

It's too complicated to resolve these conflicts, sadly, so I'll close this. You can move the files into src/ and copy the platformio.ini, if you want.

AndunHH commented 2 weeks ago

Most of the changes are due to my commit this morning which shouldn't be much of a problem to fix.

Your first commit #17 is the real deal. I think we should add this to main branch, when we know how to set the board information. In the mean time the additional folder structure will just confuse beginners.

skorokithakis commented 2 weeks ago

PlatformIO assumes that files are in the src/ directory, though, and won't work otherwise.