This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
i4a
/
BME280
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ka
master
agr
4 years ago
parent
657c7953d9
commit
a96724df7a
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
BME280.ino
+ 0
- 2
BME280.ino
View File
@@ -1,6 +1,5 @@
#include <Ethernet.h>
#include <Ethernet.h>
#include <EthernetUdp.h>
#include <EthernetUdp.h>
#include <Wire.h>
#include <BME280I2C.h>
#include <BME280I2C.h>
@@ -42,7 +41,6 @@ EthernetServer server(80);
void setup() {
void setup() {
Wire.begin();
Serial.begin(9600);
Serial.begin(9600);
//serset w5100
//serset w5100
Ethernet.begin(mac);
Ethernet.begin(mac);
Write
Preview
Loading…
Cancel
Save