WebThingsIO / webthing-arduino

Simple server for ESP8266, ESP32, Ethernet, or WiFi101-compatible boards compliant with Mozilla's proposed WoT API
Mozilla Public License 2.0
206 stars 81 forks source link

BME280 example on ESP32 #138

Open FNakano opened 2 years ago

FNakano commented 2 years ago

Hello! Thank you for the great job! I noticed that BME280 example is based on some arduino and wifi101. In a project I'm working on, the microcontroler used is ESP32. So I mixed the LEDLamp example with the BME280 example and got BME280 working on ESP32. How can I contribute this new code to you?

NinoBenci commented 2 years ago

As a start, you could just post the code here for others to view?