Init tare pin once

This commit is contained in:
Scott Lahteine
2020-12-27 16:23:18 -06:00
parent f423edd938
commit 45996fd20a
3 changed files with 18 additions and 3 deletions

View File

@@ -211,6 +211,7 @@ public:
#endif
#if ENABLED(PROBE_TARE)
static void tare_init();
static bool tare();
#endif