Added function to set pin modes

This commit is contained in:
2025-11-02 14:15:46 +01:00
parent 02a9c782c2
commit 7d31db7fcb
3 changed files with 33 additions and 18 deletions

View File

@@ -17,3 +17,9 @@ bool debounceReadNO(int buttonPin);
* @return false
*/
bool debounceReadNC(int buttonPin);
/**
* @brief Sets all the pins to their correct modes
*
*/
void setPinModes();