This commit is contained in:
lady ada 2021-12-31 14:56:35 -05:00
parent 24ecf22e4e
commit 47ee6d258f

View file

@ -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);