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"
|
||||
Date "2021-06-13"
|
||||
Rev "1.0"
|
||||
Comp ""
|
||||
Comp "www.web-directories.tk"
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
Comment3 ""
|
||||
|
@ -4,9 +4,9 @@ EELAYER END
|
||||
$Descr A4 11693 8268
|
||||
encoding utf-8
|
||||
Sheet 1 1
|
||||
Title ""
|
||||
Date ""
|
||||
Rev ""
|
||||
Title "ATMEGA328PU Low Power Weather Station"
|
||||
Date "2021-06-13"
|
||||
Rev "1.0"
|
||||
Comp ""
|
||||
Comment1 ""
|
||||
Comment2 ""
|
||||
|
@ -1,10 +1,11 @@
|
||||
/**
|
||||
* Author : Anatole SCHRAMM-HENRY
|
||||
* 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 light level with the LDR
|
||||
* - The Temperature
|
||||
* - The temperature of the BMP280
|
||||
* - The temperature of the HTU21
|
||||
* - The pressure
|
||||
* - The humidity
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user