Skip to content

Commit 80fbefc

Browse files
Update README.md
1 parent 44ee438 commit 80fbefc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8bc0dca32db84bb5a3b762be8d48d2b3)](https://www.codacy.com/manual/CelliesProjects/moonPhase?utm_source=github.com&utm_medium=referral&utm_content=CelliesProjects/moonPhase&utm_campaign=Badge_Grade)
22
### moonPhase
33

4-
An esp32 library to get the moon phase angle and percentage of the moon that is illuminated.
4+
A library for esp32 to get the moon phase angle and percentage of the moon that is illuminated. (as seen from Earth)
5+
<br>Preferred methods to install is to use the Arduino IDE library manager.
56

6-
#### Usage
7+
For esp8266 non-os or avr (Arduino) you can use the [steve-sienk fork](https://github.com/steve-sienk/moonPhaser-avr).
8+
9+
10+
#### Manual install
711

812
1. Download the latest release and unpack in the Arduino `libraries` folder.
913
2. Restart the Arduino IDE.
1014

11-
#### Functions:
15+
#### Functions
1216

1317
- `getPhase()` Get the current moon phase. (First set freeRTOS system time - see the esp32-sntp example)
1418

0 commit comments

Comments
 (0)