Arduino Toolkit - @arduino/getEndian
- :
mcu =getEndian(ar) Get the endian used by the connected arduino.
Inputs
ar - arduino object connected to a arduino board.
Outputs
endian - string representing the endian used by the arduino board.
’L’ means little endian, ’B’ means big endian
See also: arduino, getMCU.