DataloggingExamples
DataloggingExamples copied to clipboard
Examples of Datalogging on Arduino
[Here](https://github.com/tigoe/DataloggingExamples/blob/master/Columbia_Brown_Center_2016/DHT11/DHT11.ino#L38-L39) it seems that the variables have been flipped unwittingly: ```C float humidity = dht.readTemperature(); float temperature = dht.readHumidity(); ```
1st thank you for the sketch, it saved me a lot of looking but I think I found a logic error, The way the sketch is written now, it will...
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...