📄️ Goal of the project
Threadino consists of a common code base for all our projects: the idea is that once you have made and assembled a custom PCB using a micro-controller from the ATMega serie, you can really easily and quickly program it for your custom application.
📄️ Programming from Platformio
Install Platformio
📄️ Threadino: a project base to reuse
We created a repository with all the basic code that allows you to program an atmega328p through platformio for a custom project. The code has the base for various threads, I2C, etc. The idea is that you fork the base project to your organisation, and then add your project specific code in the fork.