master
Orion Stark 3 years ago committed by GitHub
parent b8e58bf24e
commit b99308acdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      orion_sensor.ino

@ -41,6 +41,7 @@ void loop() {
Serial.println((float)DHT11.humidity, 2);
Serial.print("Temperature (C): ");
Serial.print("Testing");
Serial.println((float)DHT11.temperature, 2);
setInputMap(1);

Loading…
Cancel
Save