how to post a new sensor sketch?
-
Hi all,
I have a new Temperature and Humidity sensor sketch, based on official Adafruit DHT (and DHTU) libraries.
I tested it for one or two months without issues...
I'd like to post it to upgrade the script published here (https://www.mysensors.org/build/humidity)Ho to do it?
thanks in advance
-
@cnerone the best way is to follow the code contribution guide.
The examples that require external libraries are located at https://github.com/mysensors/MySensorsArduinoExamples
-
I did it!
-
Hi all,
I posted my new sketch 1 year ago (https://github.com/mysensors/MySensorsArduinoExamples/pull/35/commits/922cdaaff772db3a59aef8d784d4ef4e43c9a50a) as a pull request (https://github.com/mysensors/MySensorsArduinoExamples/pull/35)
It's still unpublished so there is something more to do, I suppose. But...what I have to do??Thanks in advance
-
I gave some remarks on the code, which were processed.
If there is a feeling that adding the HeatIndex complicates the example, maybe this example should be a separate file, named "DhtHeatIndexSensor"?