SHARE
TWEET
Untitled
a guest
Jan 22nd, 2017
37
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #include <Wire.h>
- void setup()
- {
- Wire.begin(42); // join i2c bus
- Serial.begin(9600);
- }
- void loop()
- {
- delay(100);
- Wire.write("hi");
- Serial.println("sent");
- }
RAW Paste Data
