Compare commits

..

No commits in common. "23cb95fd4181ccf278bc363e25a5d37de276ca9e" and "f64c0980b8c1ae356c61187c039c4682ebdedc43" have entirely different histories.

4 changed files with 6 additions and 7 deletions

View File

@ -7,7 +7,7 @@ Sheet 1 1
Title "ATMEGA328PU Low Power Weather Station"
Date "2021-06-13"
Rev "1.0"
Comp "www.web-directories.tk"
Comp ""
Comment1 ""
Comment2 ""
Comment3 ""

View File

@ -4,9 +4,9 @@ EELAYER END
$Descr A4 11693 8268
encoding utf-8
Sheet 1 1
Title "ATMEGA328PU Low Power Weather Station"
Date "2021-06-13"
Rev "1.0"
Title ""
Date ""
Rev ""
Comp ""
Comment1 ""
Comment2 ""

View File

@ -1,11 +1,10 @@
/**
* Author : Anatole SCHRAMM-HENRY
* Created the : 29/05/2021
* This TEST program aims to verify all the basic functions of the weather station by displaying all the sensors values to a serial console :
* This TEST program aims to verify all basic functions of the station like by displaying some values to a serial console :
* - The battery level sensing
* - The light level with the LDR
* - The temperature of the BMP280
* - The temperature of the HTU21
* - The Temperature
* - The pressure
* - The humidity
*/