speeduino/test/test_misc
tx_haggis 6c12bcc32d
Separate table axis I/O conversion from iteration (#767)
* Missing include

* 1. Add int16_byte class
2. Add axis factory function for int16_byte instances
(flyweight pattern)

* Separate out axis iteration and I/O conversions

* Optimize for size and performance.

* Fix unit test
2022-02-24 16:11:54 +11:00
..
test_table2d.cpp Add table2d tests (#748) 2021-12-23 15:07:38 +11:00
test_table2d.h Add table2d tests (#748) 2021-12-23 15:07:38 +11:00
tests_init.cpp Fix for OUTPUT test failing due to random pin assignments 2021-10-05 11:15:14 +11:00
tests_init.h Fix for OUTPUT test failing due to random pin assignments 2021-10-05 11:15:14 +11:00
tests_maths.cpp Performance: optimize fuel trim PW calcs (#756) 2022-02-18 14:55:43 +11:00
tests_maths.h Add unit tests for maths functions 2022-01-05 13:13:41 +11:00
tests_misc.cpp Add unit tests for maths functions 2022-01-05 13:13:41 +11:00
tests_tables.cpp Separate table axis I/O conversion from iteration (#767) 2022-02-24 16:11:54 +11:00
tests_tables.h Performance: 15%+ loop/sec speedup by optimising 3d table bilinear interpolation (#735) 2021-12-09 20:40:31 +11:00