1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Code cleaning

This commit is contained in:
norbert-walter
2024-08-20 10:59:42 +02:00
parent e27de07af1
commit ba59d6b4cc
5 changed files with 17 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
// Touch keypad over ESP32 touch sensor inputs
int keypad[9]; // Raw data array from TTP229
int keypad[9]; // Raw data array for keys
int key; // Value of key [0|1], 0 = touched, 1 = not touched
int keycode = 0; // Keycode of pressed key [0...8], 0 = nothing touched
int keycode2 = 0; // Keycode of very short pressed key [0...8], 0 = nothing touched