Rename Projekt.ino to Projekt_Arduino.ino

Rename Projekt.ino to Projekt_Arduino.ino

- Rename the main sketch file and adjust references accordingly.
- Clean up Config.h spacing and delete unused turn‑signal constants.
- Remove direction‑related LCD character data and its update logic.
- Introduce Display::startOrEnd to control LCD power on/off.
- Simplify display initialization and eliminate the old delay in the
  loop.
- Add serial debug output for the car enable state.
This commit is contained in:
2026-06-16 22:32:39 +02:00
parent a80a5bd9a7
commit 17f888a11c
4 changed files with 16 additions and 50 deletions
+1 -5
View File
@@ -4,13 +4,9 @@
const int SS_PIN = 10;
const int RST_PIN = 7;
const byte AUTH_UID[4] = {145, 136, 97, 102};
const byte AUTH_UID[4] = { 145, 136, 97, 102 };
const byte AUTH_UID_SIZE = sizeof(AUTH_UID);
// // Kierunkowskazy
// const int TS_RIGHT = 9;
// const int TS_LEFT = 8;
// // Odległościomierz
// const int TRIG_PIN = 6;
// const int ECHO_PIN = 5;