What resources do you know for software development in C microcontrollers for PIC?
I would like to see some kind of structure that processes both IO (input and LCD buttons for output) and application logic. You can think of it as a VERY simple OS. I understand that PIC memory can be small for such frameworks, so I think it can be a code generator that creates specific code based on the configuration file. Then you add code snippets specific to your application. Have you seen something like this?
grigy source
share