Closed FeralAI closed 3 years ago
Define an interface for libraries to be able to plug into GP2040. Would likely have the following traits (plus more I'm sure):
setup()
loop()
BoardConfig.h
This is now implemented with the GPModule class and some setup logic in the main.cpp file.
Define an interface for libraries to be able to plug into GP2040. Would likely have the following traits (plus more I'm sure):
setup()
andloop()
on the core1 threadBoardConfig.h