manuelbl / usb-pd-arduino

USB Power Delivery for Arduino
MIT License
57 stars 10 forks source link

v2: move `platform.ini` to root #14

Closed puzrin closed 7 months ago

puzrin commented 7 months ago

This should simplify development. Now I need to add dev/ as a separate project to PIO workspace and have issues with Intellisense.

Such config is used only by "application" and should not conflict with the library.

If you have no objections, I will do an update.

manuelbl commented 7 months ago

If you have a good setup that works with PlatformIO, then go ahead. You probably don't want to move an existing platformio.ini file but rather add a new one. Or which one would you move?

puzrin commented 7 months ago

Ah, you are right. Then i suggest create the merge of those 2 files in the root:

That will be enough for development, and what to do with old files - can be decided later.

Ok?