From 3e04b9bf74722c472aa886a0acf7d990d1203f6d Mon Sep 17 00:00:00 2001 From: IvDm <43366555+IvDm@users.noreply.github.com> Date: Thu, 9 Jan 2020 00:40:40 +0200 Subject: Update strain_gage_switch_ATtiny85.ino --- strain_gage_switch_ATtiny85.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/strain_gage_switch_ATtiny85.ino b/strain_gage_switch_ATtiny85.ino index 75a6442..4e8e747 100644 --- a/strain_gage_switch_ATtiny85.ino +++ b/strain_gage_switch_ATtiny85.ino @@ -6,8 +6,7 @@ #include #define ledPin 0 //Pin indicator LED #define switchPin 2 //Switch pin -const int LOADCELL_DOUT_PIN = A3; -const int LOADCELL_SCK_PIN = A2; +HX711 scale(A3,A2); HX711 scale; void setup() { -- cgit v1.2.3