Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
vospascal committed Apr 26, 2021
1 parent e528407 commit 2440287
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/arduino-1.8.13/
/arduino-ide_2.0.0-beta.5_Windows_64bit/
4 changes: 0 additions & 4 deletions pedaal/pedaal.ino
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ void setup() {
// brake.ConfigLoadCell(7, 5); // Arduino pin 7 connect to HX711 DOUT / Arduino pin 5 connect to HX711 CLK
// clutch.ConfigLoadCell(8, 5); // Arduino pin 8 connect to HX711 DOUT / Arduino pin 5 connect to HX711 CLK

// throttle.ConfigLoadCell(6, 5); // Arduino pin 6 connect to HX711 DOUT / Arduino pin 5 connect to HX711 CLK
// brake.ConfigLoadCell(7, 5); // Arduino pin 7 connect to HX711 DOUT / Arduino pin 5 connect to HX711 CLK
// clutch.ConfigLoadCell(8, 5); // Arduino pin 8 connect to HX711 DOUT / Arduino pin 5 connect to HX711 CLK

// throttle.ConfigADS(0); //channel 0
// brake.ConfigADS(1); //channel 1
// clutch.ConfigADS(2); //channel 2
Expand Down

0 comments on commit 2440287

Please sign in to comment.