publish gpio role

This commit is contained in:
technyon
2023-06-03 22:59:03 +02:00
parent 8d324bfc20
commit 356b34b293
4 changed files with 39 additions and 33 deletions

2
Gpio.h
View File

@@ -85,6 +85,8 @@ private:
PinRole::OutputHighRtoActive,
PinRole::OutputHighCmActive,
PinRole::OutputHighRtoOrCmActive,
PinRole::GeneralInput,
PinRole::GeneralOutput
};
std::vector<PinEntry> _pinConfiguration;