Skip to content

Commit 05d7205

Browse files
Added Arduino 8 bit issue.
1 parent 38a0a98 commit 05d7205

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ An Arduino library to get the moon phase angle and percentage of the moon that i
77
1. Download the latest release and unpack in the Arduino `libraries` folder.
88
2. Restart the Arduino IDE.
99

10-
A simple example that should run on most Arduino supported boards is included.
10+
A simple example that should run on most 16 and 32 bits Arduino supported boards is included.
1111

12-
A more elaborate example only suitable for an ESP32 with an ILI9341 tft display can be found in the `esp32/ILI9341` folder
12+
A more elaborate example only suitable for an ESP32 with an ILI9341 tft display can be found in the `esp32/ILI9341` folder.
13+
14+
## Issues:
15+
16+
This library will not work on most 8 bit Arduino boards, as these have no real `double` data type available.

0 commit comments

Comments
 (0)