ソースを参照

changed sensor and measure button pins to facilitate pcb layouting

master
gituser 2日前
コミット
e32b27cad3
2個のファイルの変更5行の追加5行の削除
  1. 4
    4
      EchoLot.ino
  2. 1
    1
      sloeber.ino.cpp

+ 4
- 4
EchoLot.ino ファイルの表示

#include "EchoLotSetup.h" #include "EchoLotSetup.h"
#include "ThreePositionSwitch.h" #include "ThreePositionSwitch.h"
#define VERSION "0.9.0"
#define VERSION "0.9.1"
static const int trigPin = PB11;
static const int echoPin = PB10;
static const int trigPin = PA8;
static const int echoPin = PA9;
static const int Pos3Sw_Pin1 = PB13; static const int Pos3Sw_Pin1 = PB13;
static const int Pos3Sw_Pin2 = PB14; static const int Pos3Sw_Pin2 = PB14;
static const int Pos3Sw_Pin3 = PB15; static const int Pos3Sw_Pin3 = PB15;
static const int Measure_Pin = PB6;
static const int Measure_Pin = PB1;
static const int RotEnc_Clk_Pin = PB7; static const int RotEnc_Clk_Pin = PB7;
static const int RotEnc_Dta_Pin = PB8; static const int RotEnc_Dta_Pin = PB8;

+ 1
- 1
sloeber.ino.cpp ファイルの表示

//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-01-27 22:15:47
//This file has been generated on 2026-02-01 12:48:18


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

読み込み中…
キャンセル
保存