ESP_IOT v2.5
IOT ESP Coding
|
User Interface Module
Name: UIModule Author: Bill Lambert Date Created: 04.05.22 Files Included: UI.cpp
There was no assignment for the piezo speaker so we created one. It changes with the board usage.
Function:
This is the start of the user interface. So far all it does it to define the pins to be used and set them to LOW. We had to: add the module to the src folder. add the module to the defines.h call the SetupUI from the void setup() in ESP_IOT In preperation for a daughterboard There is code to change the pin definiton if using the new board The #define for that exists in the define.h but it commented out
There will be future additions, for sure.