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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user