pxt-ev3/docs/reference/control/device-serial-number.md

9 lines
156 B
Markdown
Raw Normal View History

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