Skip to content

Commit

Permalink
.ino file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurij Retzlaff committed Mar 27, 2020
1 parent cd7a116 commit 396dcea
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions examples/WeatherStationDemo/WeatherStationDemo.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**************************************************************************************
This is example for read weather data from Venus W174/W132 (tested), Auriol H13726, Hama EWS 1500, Meteoscan W155/W160
Initial Date: 21-July-2019
Latest Rev: 1-Nov-2019
Hardware connections for Arduino:
VDD to 3.3V DC (RXB6) or 5V DC (MX-RM-5V)
D3 from data pin
GND to common ground
Hardware connections for ESP8266 (Tested on Wemos D1 Mini) / ESP32 (ESP-WROOM-32):
VDD to 3.3V DC (RXB6) or 5V DC (MX-RM-5V)
D5 from data pin
GND to common ground
MIT License
Authors:
- Zwer2k - https://github.com/Zwer2k
- Simone Fardella - https://github.com/simonefardella
**************************************************************************************/

// This file is required for Arduino IDE.
// Implementation in .cpp file.

0 comments on commit 396dcea

Please sign in to comment.