We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52897b9 commit fddc50cCopy full SHA for fddc50c
README.md
@@ -1,16 +1,12 @@
1
# moonPhase
2
3
-An Arduino library to get the moon phase angle and percentage of the moon that is illuminated.
+An ESP32 library to get the moon phase angle and percentage of the moon that is illuminated.
4
5
## Usage:
6
7
1. Download the latest release and unpack in the Arduino `libraries` folder.
8
2. Restart the Arduino IDE.
9
10
-A simple example that should run on most Arduino IDE supported boards is included.
+A simple example is included.
11
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
-Precision will be smaller on 8 bit Arduino boards, as these have no real `double` data type available.
0 commit comments