emlearn-micropython icon indicating copy to clipboard operation
emlearn-micropython copied to clipboard

Add arrayutils with linear_map function

Open jonnor opened this issue 1 year ago • 0 comments

The function can also handle, so it can be used for array type conversions also. On ESP32, 2000 samples can be converted from float to int16 and back in under 3ms. This is around 30x faster than using @micropython.native

jonnor avatar Oct 07 '24 20:10 jonnor