File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ An Arduino library to get the moon phase angle and percentage of the moon that i
771 . Download the latest release and unpack in the Arduino ` libraries ` folder.
882 . 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.
You can’t perform that action at this time.
0 commit comments