pxt-calliope/libs/radio/radio.ts
Sam El-Husseini 277d5a721c rename "microbit" package to "core" #414 (#270)
* rename "microbit" package to "core" #414

* shouldn't edit the package id.

* updating package.json

* updated the wrong version

* missed updating pxt.json of tests
2016-10-10 16:21:50 -07:00

7 lines
96 B
TypeScript

/**
* Communicate data using radio packets
*/
//% color=#E3008C weight=34
namespace radio {
}