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

Add RollPitch page and code cleaning

This commit is contained in:
norbert-walter
2022-04-12 15:54:14 +02:00
parent cf9ae1e767
commit 8054567f4f
13 changed files with 170 additions and 128 deletions

View File

@@ -37,6 +37,8 @@ void setBlinkingLED(bool on); // Set blinking LED active
void buzzer(uint frequency, uint duration); // Buzzer function
void setBuzzerPower(uint power); // Set buzzer power
String xdrDelete(String input); // Delete xdr prefix from string
void displayTrendHigh(int16_t x, int16_t y, uint16_t size, uint16_t color);
void displayTrendLow(int16_t x, int16_t y, uint16_t size, uint16_t color);