aboutsummaryrefslogtreecommitdiff
path: root/fw/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/adc.h')
-rw-r--r--fw/adc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/adc.h b/fw/adc.h
index 1358f62..a3e9d53 100644
--- a/fw/adc.h
+++ b/fw/adc.h
@@ -90,4 +90,7 @@ void adc_configure_monitor_mode(struct command_if_def *cmd_if, int ivl_us);
void bit_detector(struct bit_detector_st *st, int a);
void receive_bit(struct bit_detector_st *st, int bit);
+void blank(void);
+void unblank(int new_bit);
+
#endif/*__ADC_H__*/