Fixed config flash routines, added probe calibration routine

Have only tested one config write so far. Will test others and fix if needed
This commit is contained in:
true
2023-11-01 09:43:14 -07:00
parent 6394c3aaff
commit b3c799d7e7
3 changed files with 114 additions and 74 deletions

View File

@@ -16,9 +16,6 @@ void probe_mode_switch(uint8_t mode);
void probe_measure();
void probe_set_thresh(uint8_t set);
uint8_t probe_get_thresh();
#endif /* _INC_PROBE_H */