Skip to content

epicecu/table

Repository files navigation

EpicECU Tables
An open source Table library supporting 2 and 3 dementional configurations. Useful for performing table lookups e.g. fuel, timing maps.

Tests

Information

The library uses modern cpp templating to allocate the correct data size during compilation. The X and Y axis data is stored as integers and the table data is stored using the templated data type.

Note: Store the axis data in a linear fashion from smallest to largest starting from the origin position. This is to ensure that interpolation can be performed between axis data points.


Table<data type, xSzie, ySize> 3dTable;

Table<data type, xSzie> 2dTable;

Exmaple

See the /examples folder for an Ardunio example.

Maintainers

License

GPL V2 © Programmor

About

2d and 3d table support for Arduino

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages