Skip to content

Releases: ripred/Smooth

Smooth_v1.9

12 Sep 07:33
a2f4509
Compare
Choose a tag to compare

added set_avg() method

Smooth_v1.8

18 Aug 20:35
Compare
Choose a tag to compare

Corrected keywords.txt to use tabs instead of spaces in order to work correctly.

Smooth_v1.7

29 Jun 04:39
7eccc7e
Compare
Choose a tag to compare

Keep smooth running averages without using arrays! Uses exponential moving averages and only 8-bytes no matter how many samples! No looping! No Arrays! Constant Compute Time! The sample size is adjustable at runtime. The average is available and accurate even before N samples have been received. Now with Callbacks!

Smooth_v1.6

26 Jun 22:00
be9207c
Compare
Choose a tag to compare

Updated to include optimizations.

Smooth_v1.5

19 Jun 21:11
81e4aa7
Compare
Choose a tag to compare

Fixed basic use example to not include use of callbacks

Smooth_v1.4

19 Jun 19:16
Compare
Choose a tag to compare

Fixes to examples

Smooth_v2

18 Jun 19:19
Compare
Choose a tag to compare

added support for change, upper bounds and lower bounds callbacks!

Smooth_v1.3

18 Jun 22:19
Compare
Choose a tag to compare

Added examples for using callbacks

Smooth V1.1

18 Jun 20:35
Compare
Choose a tag to compare

Fixed change/upper bounds/lower bounds callback bugs.

Initial release

18 Jun 11:17
Compare
Choose a tag to compare
Smooth_v1

initial commit