File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
2
2
### moonPhase
3
3
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.
5
6
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
7
11
8
12
1 . Download the latest release and unpack in the Arduino ` libraries ` folder.
9
13
2 . Restart the Arduino IDE.
10
14
11
- #### Functions:
15
+ #### Functions
12
16
13
17
- ` getPhase() ` Get the current moon phase. (First set freeRTOS system time - see the esp32-sntp example)
14
18
You can’t perform that action at this time.
0 commit comments