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 93cbba9 commit 38a0a98Copy full SHA for 38a0a98
README.md
@@ -1 +1,12 @@
1
-# MoonLib
+# MoonPhase
2
+
3
+An Arduino 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 supported boards 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
0 commit comments