.h Files
Arduino IDE vs Platformio
- I think i figured out an easier way to create a custom board in stm32duino. Just use the pin definitions from Matek website to create a header (.h) file that is referenced
- A much simpler option, I was making things way too complicated.
- Will this be an issue? The "generic" board also has a .h file, can my pin defs override it?
- Can this be done in platformio? I don't know if it included the "generic" boards like arduino IDE does