mirror of
https://github.com/MOSH-Insa-Toulouse/5ISS-2024-2025-MARIN--MULLER-BOUJON.git
synced 2025-06-08 14:00:49 +02:00
Fixed analog issue
This commit is contained in:
parent
02e2fb71cd
commit
f5c1969a80
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void setup() {
|
|||
void loop() {
|
||||
test_RN2483A();
|
||||
Serial.print("Value from sensor: ");
|
||||
Serial.println(gaz_sensor.get_value());
|
||||
Serial.println(gaz_sensor.get_analog());
|
||||
delay(1000);
|
||||
|
||||
// Test communication to gateway
|
||||
|
|
Loading…
Add table
Reference in a new issue