6209f0cc63
* 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
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"name": "radio-broadcast",
|
|
"files": [
|
|
"pxt.json",
|
|
"radio-broadcast.ts"
|
|
],
|
|
"dependencies": {
|
|
"core": "file:../core",
|
|
"radio": "file:../radio"
|
|
}
|
|
} |