This commit is contained in:
Peli
2020-01-19 21:38:01 -08:00
parent e8468ab62c
commit e65b16474e
2 changed files with 13 additions and 0 deletions

View File

@ -65,6 +65,13 @@ declare namespace control {
//% help=control/allocate-notify-event shim=control::allocateNotifyEvent
function allocateNotifyEvent(): int32;
/**
* Determine the version of system software currently running.
*/
//% blockId="control_device_dal_version" block="device dal version"
//% help=control/device-dal-version shim=control::deviceDalVersion
function deviceDalVersion(): string;
/** Write data to DMESG debugging buffer. */
//% shim=control::dmesg
function dmesg(s: string): void;