NetLogo 7.0.0-beta2:

arduino:get

arduino:get var-name

Reads and reports the value associated with var-name on the Arduino board. If there is no value associated with var-name, returns false. Note: var-name is case insensitive.

Take me to the full Arduino Extension Dictionary