get working
This commit is contained in:
parent
38913b68c7
commit
b577b64ba4
1 changed files with 4 additions and 4 deletions
|
|
@ -10,10 +10,10 @@
|
|||
|
||||
HX711 scale;
|
||||
|
||||
const int tm_clk = 2;
|
||||
const int tm_dio = 3;
|
||||
const uint8_t hx_dataPin = A1;
|
||||
const uint8_t hx_clockPin = A0;
|
||||
const int tm_clk = 6;
|
||||
const int tm_dio = 5;
|
||||
const uint8_t hx_dataPin = A4;
|
||||
const uint8_t hx_clockPin = A3;
|
||||
|
||||
|
||||
TM1637 tm1637(tm_clk, tm_dio);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue