commit | 42a1b339ac1dfda96c5317b9966c5b8a46955f51 | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Nov 17 22:31:46 2019 +0000 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Jan 19 20:00:24 2020 +0000 |
tree | c9ef1819431e9e1c76b04f8ac9ed6566fe347745 | |
parent | 2e35a2eb1b61461b12ebbb392cbfccdfec541b74 [diff] [blame] |
wip: grbl: hook up ADC module
diff --git a/grbl/report.h b/grbl/report.h index f148002..c5e065b 100644 --- a/grbl/report.h +++ b/grbl/report.h
@@ -124,6 +124,11 @@ // Prints build info and user info void report_build_info(char *line); +#ifdef USE_ADC +// Prints ADC buffer +void report_adc_status(); +#endif + #ifdef DEBUG void report_realtime_debug(); #endif