mirror of
https://gitlab.com/Luci_/arduino-photometrics.git
synced 2026-04-03 11:35:37 +02:00
reorganise and clean tree project folder
This commit is contained in:
parent
b7e9125132
commit
00f14bea4a
|
|
@ -5,15 +5,16 @@
|
||||||
The embedded part is made in **C++**, the update RTC time file and the extraction data measure file are made in **Python**.
|
The embedded part is made in **C++**, the update RTC time file and the extraction data measure file are made in **Python**.
|
||||||
|
|
||||||
## Arduino mounting
|
## Arduino mounting
|
||||||

|

|
||||||
|
|
||||||
## EEPROM header and data storage
|
## EEPROM header and data storage
|
||||||
The assembly collect data and write them in the EEPROM when the embedded system is deployed.
|
The assembly collect data and write them in the EEPROM when the embedded system is deployed.
|
||||||
To facilitate the understanding of the storage in the EEPROM see the following image.
|
To facilitate the understanding of the storage in the EEPROM see the following image.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Executable files
|
## Executable files
|
||||||
|
All executables files are in `exec/` folder.
|
||||||
### Time update
|
### Time update
|
||||||
Once the arduino is connected to your desktop.
|
Once the arduino is connected to your desktop.
|
||||||
`python3 time.py `
|
`python3 time.py `
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 5.3 MiB After Width: | Height: | Size: 5.3 MiB |
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
Loading…
Reference in a new issue