Added function to set pin modes
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user