Sends a long value to Arduino
If you do not exactly know what you do, you absolutely shouldn't really use this method,
since Arduino cannot receive Android's 32-bit long values.
Sends a double value to Arduino
If you do not exactly know what you do, you absolutely shouldn't really use this method,
since Arduino cannot receive Android's 32-bit double values.
Sends a long array to Arduino
If you do not exactly know what you do, you absolutely shouldn't really use this method,
since Arduino cannot receive Android's 32-bit long values.
Sends a double array to Arduino
If you do not exactly know what you do, you absolutely shouldn't really use this method,
since Arduino cannot receive Android's 32-bit double values.