scratch like broadcast api (#1358)

* scratch like broadcast api

* always register handler

* adding docs

* added icon

* updated block name

* adding DAL support "radio.raiseEvent"

* typo

* implemented using radiobus

* adding docs

* adding raise event block

* updated shims

* updated pxt
This commit is contained in:
Peli de Halleux
2018-10-08 09:46:23 -07:00
committed by GitHub
parent ae3d3a37f9
commit 6209f0cc63
19 changed files with 235 additions and 64 deletions

View File

@ -10,7 +10,8 @@
"libs/radio",
"libs/devices",
"libs/bluetooth",
"libs/servo"
"libs/servo",
"libs/radio-broadcast"
],
"cloud": {
"workspace": false,