add gpio configuration to sysinfo page
This commit is contained in:
2
Gpio.h
2
Gpio.h
@@ -56,7 +56,7 @@ public:
|
||||
const std::vector<PinEntry>& pinConfiguration() const;
|
||||
|
||||
String getRoleDescription(PinRole role) const;
|
||||
void getConfigurationText(String& text, const std::vector<PinEntry>& pinConfiguration) const;
|
||||
void getConfigurationText(String& text, const std::vector<PinEntry>& pinConfiguration, const String& linebreak = "\n") const;
|
||||
|
||||
const std::vector<PinRole>& getAllRoles() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user