SoftFilters
0.1.0
Arduino framework and library of software data filters.
|
A class to represent the speed and acceleration of a value in addition to itself. More...
#include <types.h>
Public Member Functions | |
Differential (T pos, T spd, T acc) | |
Differential (T val) | |
Public Attributes | |
T | position |
T | speed |
T | acceleration |
A class to represent the speed and acceleration of a value in addition to itself.
T | the type of the position, speed, and acceleration values |