Arduino Forum
Float I2c
Projects
Networking, Protocols, and Devices
system
January 4, 2013, 10:14pm
9
Try this:
byte vals[2]; void requestEvent() { vals[0] = 14; vals[1] = 172; Wire.write(vals, 2); }
show post in topic
Related topics
Topic
Replies
Views
Activity
I2C Send and Read Values
Programming
17
17940
May 5, 2021
TWI/I2C - Arduino to Arduino, sending float
Programming
41
50516
May 5, 2021
How can i Send Variables Value thru i2c Protocoll between 2 Arduinos.
Programming
9
4421
May 5, 2021
I2C Help
Programming
37
6004
May 5, 2021
I2C not sending all data (with i2c_anything)
Networking, Protocols, and Devices
16
6198
May 6, 2021