doxy
This commit is contained in:
parent
24ecf22e4e
commit
47ee6d258f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public:
|
||||||
uint8_t max_bins = 64);
|
uint8_t max_bins = 64);
|
||||||
void print_pulses(uint8_t *pulses, uint32_t num_pulses);
|
void print_pulses(uint8_t *pulses, uint32_t num_pulses);
|
||||||
|
|
||||||
int8_t led_pin = LED_BUILTIN;
|
int8_t led_pin = LED_BUILTIN; ///< Debug LED output for tracing
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void wait_for_index_pulse_low(void);
|
void wait_for_index_pulse_low(void);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue