Sfoglia il codice sorgente

changed sensor and measure button pins to facilitate pcb layouting

master
gituser 1 mese fa
parent
commit
8dc13c7b68
2 ha cambiato i file con 8 aggiunte e 7 eliminazioni
  1. 7
    6
      EchoLot.ino
  2. 1
    1
      sloeber.ino.cpp

+ 7
- 6
EchoLot.ino Vedi File

#define VERSION "0.9.1" #define VERSION "0.9.1"
static const int trigPin = PA8;
static const int echoPin = PA9;
static const int Pos3Sw_Pin1 = PB13;
static const int Pos3Sw_Pin2 = PB14;
static const int Pos3Sw_Pin3 = PB15;
static const int echoPin = PA8;
static const int trigPin = PA9;
static const int Measure_Pin = PB1; static const int Measure_Pin = PB1;
static const int RotEnc_Dta_Pin = PB8; static const int RotEnc_Dta_Pin = PB8;
static const int RotEnc_Switch_Pin = PB9; static const int RotEnc_Switch_Pin = PB9;
static const int Pos3Sw_Pin1 = PB13;
static const int Pos3Sw_Pin2 = PB14;
static const int Pos3Sw_Pin3 = PB15;
Status actualStatus; Status actualStatus;
Status originStatus; Status originStatus;
String oldStatus = ""; String oldStatus = "";

+ 1
- 1
sloeber.ino.cpp Vedi File

//This is a automatic generated file //This is a automatic generated file
//Please do not modify this file //Please do not modify this file
//If you touch this file your change will be overwritten during the next build //If you touch this file your change will be overwritten during the next build
//This file has been generated on 2026-02-01 12:48:18
//This file has been generated on 2026-02-01 12:52:28


#include "Arduino.h" #include "Arduino.h"
#include "Arduino.h" #include "Arduino.h"

Loading…
Annulla
Salva