One way is to split the int into 2 bytes with lowByte() and highByte() to send and use the same functions on the receiving end to re-combine them. Look in the language reference for syntax.
One way is to split the int into 2 bytes with lowByte() and highByte() to send and use the same functions on the receiving end to re-combine them. Look in the language reference for syntax.