Skip to content
Snippets Groups Projects
Commit e00dde5b authored by Christos Gentsos's avatar Christos Gentsos
Browse files

Main: add function prototype of float_to_linear16 (impl in 00dc1498)

parent 2b3592f9
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@
#include <stdint.h>
uint16_t float_to_linear(float val);
uint16_t float_to_linear16(float val);
float linear_to_float(uint16_t val);
#endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment