diff --git a/src/tests/tests.ino b/src/tests/tests.ino index 8f5062d..355240c 100644 --- a/src/tests/tests.ino +++ b/src/tests/tests.ino @@ -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 */