-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from dleo/dev-0.7.0
Dev 0.7.0
- Loading branch information
Showing
3 changed files
with
34 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ void readSensorsData(struct sensorData *environment) | |
|
||
/** | ||
* Read moonphase | ||
* @author David Lopez <[email protected]> | ||
*/ | ||
void readMoonPhase(struct sensorData *environment) | ||
{ | ||
|
@@ -40,7 +41,9 @@ void readMoonPhase(struct sensorData *environment) | |
} | ||
|
||
/** | ||
* Read eto | ||
* @brief Read eto | ||
* | ||
* | ||
*/ | ||
void readEto(struct sensorData *environment) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters