Updated the test program description comment

This commit is contained in:
Th3maz1ng 2021-06-13 18:49:48 +02:00
parent f64c0980b8
commit 51b1608d90

View File

@ -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
*/