Arduino Forum
I2C - Combining bytes into another variable - Trying to use union but failing
Projects
Programming
system
May 12, 2014, 9:07pm
8
union Distance { long Distance; byte Received_Byte_Array[4]; } Distance;
show post in topic
Related topics
Topic
Replies
Views
Activity
union and struct to make byte array
Programming
7
43993
May 5, 2021
Sending "unsigned long" over I2C
General Guidance
11
5670
May 5, 2021
Using Union to send data over I2C
Programming
11
2814
May 5, 2021
Transmitting an integer over I2C
Networking, Protocols, and Devices
4
4060
May 6, 2021
I2C - problem
Networking, Protocols, and Devices
5
1134
May 6, 2021