jamesdanielv / thermal_cam_mlx90640

same as thermal cam project but with mlx90640 sensor
16 stars 4 forks source link

inverse square routine which is disabled by default needs return 1/y #6

Closed jamesdanielv closed 5 years ago

jamesdanielv commented 5 years ago

in routine of fast inverse square. which is disabled by default requires its return function to instead of return y, be return 1/y. this is already slower than the default version and it is disabled by default.

jamesdanielv commented 5 years ago

added 1/y for inverse square. this method will be replaced with one that makes more sense for the range of numbers. btw this feature was not used by default