Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yveaux/arduino_fixpt

Fixed point (16.16, 8.8) library for Arduino to replace resource hungry float/double
https://github.com/yveaux/arduino_fixpt

Last synced: 3 months ago
JSON representation

Fixed point (16.16, 8.8) library for Arduino to replace resource hungry float/double

Awesome Lists containing this project

README

        

Arduino_fixpt
=============

Fixed point (16.16 & 8.8) library for Arduino to replace resource hungry float/double.
Implementation based on libfixmath (https://code.google.com/p/libfixmath).
See also http://en.wikipedia.org/wiki/Libfixmath.

Released under MIT License.