mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
manually add lib deps for gitlab CLI
This commit is contained in:
parent
378c5f5158
commit
1d8ddbde78
|
|
@ -1,4 +1,4 @@
|
|||
# Arduino-Photometrics
|
||||
# Arduino-Photometrics ![CI][]
|
||||
|
||||
**Arduino-photometrics** is sub-part of **Robot Go West**, this project aim to collect lighting data of location for training a prediction model for retrieve the location of the sun.
|
||||
|
||||
|
|
@ -44,3 +44,5 @@ You can change the value in the [main file](main.cpp) or simply disable it.
|
|||
After a measure time.
|
||||
Connect the arduino to your PC, execute the [download](exec/download_csv.py) file with `python3 download_csv.py` to create a csv from collected data.
|
||||
The download action remove whole arduino memory.
|
||||
|
||||
[CI]: https://gitlab.com/Luci_/arduino-photometrics/badges/main/pipeline.svg
|
||||
|
|
@ -22,4 +22,6 @@ lib_deps =
|
|||
northernwidget/DS3231@^1.1.2
|
||||
arduino-libraries/Ethernet
|
||||
robtillaart/CRC
|
||||
ThrowTheSwitch/Unity@^2.6.0
|
||||
|
||||
lib_ldf_mode = deep+
|
||||
Loading…
Reference in a new issue