This commit is contained in:
Manuel Weiser 2018-05-19 21:53:06 +02:00
parent be41a906bb
commit 02fa70fc81

View File

@ -14,3 +14,4 @@ void loop() {
float weight = scale.get_units(1); float weight = scale.get_units(1);
Serial.println(String(weight, 2)); Serial.println(String(weight, 2));
} }
// Test