From 39d259cb033c97dc7df83d7a54bd9d9ae2a40aa2 Mon Sep 17 00:00:00 2001 From: Pharap <2933055+Pharap@users.noreply.github.com> Date: Mon, 19 Mar 2018 17:17:31 +0000 Subject: [PATCH] Add Project Showcase (#25) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c49edda..a6a5c6c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ No knowledge of how these operations are implemented is required to use them. This library was written with Arduino in mind, as well as CPUs with limited floating point support. However, given the templated nature of the library, it should still function on a wide variety of CPUs. +## Project Showcase + +Here's a list of projects that use `FixedPoints`: + +* [1943](https://github.com/filmote/Nineteen43) for the [Arduboy](https://arduboy.com/) by [@filmote](https://github.com/filmote) +* [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/) + +If you have a project that uses `FixedPoints` and would like your work to be showcased here, +please [raise an issue](https://github.com/Pharap/FixedPointsArduino/issues/new). + ## Requirements: - The Compiler must be C++11 compliant.