Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 355 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 355 Bytes

Miscellaneous tools for Arduino

adcFilter

  • Sort raw ADC values with bubble sorting and return the median value
  • It's advantage is the burst noise does not affect the returned ADC value, read more about the concept
  • Change ADC_SAMPLE_RATE to desired value in adcFilter.h file