You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ No knowledge of how these operations are implemented is required to use them.
7
7
This library was written with Arduino in mind, as well as CPUs with limited floating point support.
8
8
However, given the templated nature of the library, it should still function on a wide variety of CPUs.
9
9
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).
0 commit comments