UNPKG

pxt-ev3

Version:

LEGO MINDSTORMS EV3 for Microsoft MakeCode

9 lines (6 loc) 156 B
# @extends ## Example #example Log the device serial number to the console. ```blocks console.logValue("serialnumber", control.deviceSerialNumber()); ```