library.properties 558 B

1234567891011
  1. name=Smoothed
  2. version=1.2
  3. author=Matthew Fryer <matthew_fryer@hotmail.com>
  4. maintainer=Matthew Fryer <matthew_fryer@hotmail.com>
  5. sentence=A simple library to store and calculate smoothed values from sensors.
  6. paragraph=Expecially useful for reading values from the inbuilt, or an external ADC. Unlike most other similar libraries, Smoothed uses a template class allowing it to work with any numerical data type. This makes it both lightweight and flexible.
  7. category=Data Processing
  8. url=https://github.com/MattFryer/Smoothed
  9. architectures=*
  10. includes=Smoothed.h