Compare commits
2 Commits
f64c0980b8
...
23cb95fd41
Author | SHA1 | Date | |
---|---|---|---|
23cb95fd41 | |||
51b1608d90 |
Binary file not shown.
@ -7,7 +7,7 @@ Sheet 1 1
|
|||||||
Title "ATMEGA328PU Low Power Weather Station"
|
Title "ATMEGA328PU Low Power Weather Station"
|
||||||
Date "2021-06-13"
|
Date "2021-06-13"
|
||||||
Rev "1.0"
|
Rev "1.0"
|
||||||
Comp ""
|
Comp "www.web-directories.tk"
|
||||||
Comment1 ""
|
Comment1 ""
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
Comment3 ""
|
Comment3 ""
|
||||||
|
@ -4,9 +4,9 @@ EELAYER END
|
|||||||
$Descr A4 11693 8268
|
$Descr A4 11693 8268
|
||||||
encoding utf-8
|
encoding utf-8
|
||||||
Sheet 1 1
|
Sheet 1 1
|
||||||
Title ""
|
Title "ATMEGA328PU Low Power Weather Station"
|
||||||
Date ""
|
Date "2021-06-13"
|
||||||
Rev ""
|
Rev "1.0"
|
||||||
Comp ""
|
Comp ""
|
||||||
Comment1 ""
|
Comment1 ""
|
||||||
Comment2 ""
|
Comment2 ""
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
/**
|
/**
|
||||||
* Author : Anatole SCHRAMM-HENRY
|
* Author : Anatole SCHRAMM-HENRY
|
||||||
* Created the : 29/05/2021
|
* Created the : 29/05/2021
|
||||||
* This TEST program aims to verify all basic functions of the station like by displaying some values to a serial console :
|
* This TEST program aims to verify all the basic functions of the weather station by displaying all the sensors values to a serial console :
|
||||||
* - The battery level sensing
|
* - The battery level sensing
|
||||||
* - The light level with the LDR
|
* - The light level with the LDR
|
||||||
* - The Temperature
|
* - The temperature of the BMP280
|
||||||
|
* - The temperature of the HTU21
|
||||||
* - The pressure
|
* - The pressure
|
||||||
* - The humidity
|
* - The humidity
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user