1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-29 05:33:05 +01:00

Add PageDigitalOut

This commit is contained in:
norbert-walter
2025-12-14 22:42:30 +01:00
parent c6276cdcff
commit 142f6ca774
8 changed files with 173 additions and 8 deletions

View File

@@ -89,8 +89,8 @@ uint8_t getLastPage();
void hardwareInit(GwApi *api);
void powerInit(String powermode);
void setPCF8574PortPin(uint pin, uint8_t value);// Set PCF8574 port pin
void setPortPin(uint pin, bool value); // Set port pin for extension port
void togglePortPin(uint pin); // Toggle extension port pin
Color colorMapping(const String &colorString); // Color mapping string to CHSV colors