Add control.dmesg

This commit is contained in:
Michal Moskal
2017-07-10 11:42:30 +01:00
parent 1e3bce6d44
commit 6b5dd6c07b
5 changed files with 13 additions and 4 deletions

View File

@ -51,6 +51,10 @@ declare namespace control {
*/
//% help=control/allocate-notify-event shim=control::allocateNotifyEvent
function allocateNotifyEvent(): int32;
/** Write data to DMESG debugging buffer. */
//% shim=control::dmesg
function dmesg(s: string): void;
}
declare namespace input {