mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-02 09:41:44 +03:00
Adding #include <Wire.h> to the Wire library examples.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
// Created 29 March 2006
|
||||
|
||||
#include <Wire.h>
|
||||
|
||||
void setup()
|
||||
{
|
||||
Wire.begin(2); // join i2c bus with address #2
|
||||
|
Reference in New Issue
Block a user