BLE HF2 log service (#1549)

* basic hf2 service

* service to send hf2 log messages

* use common console.log

* updated shims

* adding config

* adding simulator

* fix hf2 logging

* hide console blocks
This commit is contained in:
Peli de Halleux
2018-10-29 21:12:09 -07:00
committed by GitHub
parent 94c9ed8f5c
commit 0a708ef815
14 changed files with 211 additions and 10 deletions

View File

@ -440,6 +440,12 @@ declare namespace control {
*/
//% part=midioutput blockHidden=1 shim=control::__midiSend
function __midiSend(buffer: Buffer): void;
/**
*
*/
//% shim=control::__log
function __log(text: string): void;
}