-
Notifications
You must be signed in to change notification settings - Fork 0
App Layer #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
This would simply run the main loop. The interface could look like
This should allow for unit testing of the application logic which includes but is not limited to:
This could also allow this project to be platform agnostic. For example, on the desktop we could make an API call to a weather service and print that to the console compared to on the STM32 which reads the temperature from a sensor and prints it on an LCD.