pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
25 lines (21 loc) • 423 B
text/typescript
/**
* Events and data from sensors.
*/
color="#B4009E" weight=98 icon="\uf192"
groups='["other", "More"]'
namespace input {
}
/**
* Servos
*/
color="#03AA74" weight=88 icon="\uf021"
namespace servos {
}
/**
* A Joint Asynchronous Communications, Device Agnostic Control.
*/
color="#E79251" weight=1 icon="\uf185"
groups='["Broadcast", "Console", "Control"]'
blockGap=8
namespace jacdac {
}