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:
11
libs/radio-broadcast/pxt.json
Normal file
11
libs/radio-broadcast/pxt.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "radio-broadcast",
|
||||
"files": [
|
||||
"pxt.json",
|
||||
"radio-broadcast.ts"
|
||||
],
|
||||
"dependencies": {
|
||||
"core": "file:../core",
|
||||
"radio": "file:../radio"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user