Skip to content

Commit 39d259c

Browse files
authored
Add Project Showcase (#25)
1 parent daee112 commit 39d259c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ No knowledge of how these operations are implemented is required to use them.
77
This library was written with Arduino in mind, as well as CPUs with limited floating point support.
88
However, given the templated nature of the library, it should still function on a wide variety of CPUs.
99

10+
## Project Showcase
11+
12+
Here's a list of projects that use `FixedPoints`:
13+
14+
* [1943](https://github.com/filmote/Nineteen43) for the [Arduboy](https://arduboy.com/) by [@filmote](https://github.com/filmote)
15+
* [XOD Powered Rechargeable Solar Lamp](http://www.instructables.com/id/XOD-powered-Rechargeable-Solar-Lamp/) by [Victorian DeLorean](http://www.instructables.com/member/Victorian%20DeLorean/)
16+
17+
If you have a project that uses `FixedPoints` and would like your work to be showcased here,
18+
please [raise an issue](https://github.com/Pharap/FixedPointsArduino/issues/new).
19+
1020
## Requirements:
1121

1222
- The Compiler must be C++11 compliant.

0 commit comments

Comments
 (0)