I want my device/project to encourage others to get into embedded development. I will do this by making the device open source and hackable. Its ESP32 based so that it can be programmed with the Arduino IDE, the same one we all started our embedded journey on.
Professionally I am an Embedded Systems Engineer so I would like to use something more professional like platformIO.
My question is: Will using platformIO limit people from jumping into modifying the code and customizing their device features? Is there an easy way to port it over to a .ino file so users can easily get started? Or do I just develop in the Arduino IDE accept its simplicity to make it easier for the end user.
Any recommendations would be greatly appreciated.
Thank You