device Dal Version

Get the version information for the system software on the Adafruit Circuit Playground Express.

control.deviceDalVersion()

Returns

  • a string that represents the version of the system software (DAL) on the board.

Returns "sim" when running the simulator, and "linux" when running on Raspberry Pi.

Example

Write the system software version to the serial port.

serial.writeLine("DAL version = " + control.deviceDalVersion());

See also

device serial number