Skip to content

Commit fddc50c

Browse files
Update README.md
1 parent 52897b9 commit fddc50c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# moonPhase
22

3-
An Arduino library to get the moon phase angle and percentage of the moon that is illuminated.
3+
An ESP32 library to get the moon phase angle and percentage of the moon that is illuminated.
44

55
## Usage:
66

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 IDE supported boards is included.
10+
A simple example is included.
1111

1212
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

Comments
 (0)