Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yveaux/arduino_fixpt
- Owner: Yveaux
- License: mit
- Created: 2014-08-15T18:37:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T02:42:06.000Z (about 9 years ago)
- Last Synced: 2024-10-11T11:56:29.728Z (3 months ago)
- Language: C
- Homepage:
- Size: 361 KB
- Stars: 28
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.