20a4673f98
* First draft of storage APIs * bumped pxt-core * using fixed instances to seprate temp from permanent * send console to storage * sim support * missing sim stubs * adding storage blocks * more sim support * remove storage from default package * fix rendering of ms * render raw ms * slize at better place * duplicate bundled dir * refactor limit * simplify limit logic
64 lines
982 B
TypeScript
64 lines
982 B
TypeScript
|
|
//% color="#68C3E2" weight=100 icon="\uf106"
|
|
//% groups='["Buttons", "Screen"]'
|
|
//% labelLineWidth=0
|
|
namespace brick {
|
|
}
|
|
|
|
|
|
//% color="#C8509B" weight=95 icon="\uf10f"
|
|
//% labelLineWidth=0
|
|
//% groups='["Touch Sensor", "Color Sensor", "Ultrasonic Sensor", "Gyro Sensor", "Infrared Sensor", "Remote Infrared Beacon", "Threshold"]'
|
|
//% groupIcons='["\uf101","\uf103","\uf102","","","\uf104"]'
|
|
namespace sensors {
|
|
}
|
|
|
|
//% color="#A5CA18" weight=90 icon="\uf10d"
|
|
//% groups='["Move", "Counters"]'
|
|
//% labelLineWidth=0
|
|
namespace motors {
|
|
}
|
|
|
|
//% labelLineWidth=0
|
|
namespace chassis {
|
|
|
|
}
|
|
|
|
//% labelLineWidth=0
|
|
namespace behaviors {
|
|
}
|
|
|
|
//% color="#D67923" weight=80 icon="\uf10e"
|
|
namespace music {
|
|
|
|
}
|
|
|
|
//% color="#5F3109" icon="\uf107"
|
|
namespace control {
|
|
|
|
}
|
|
|
|
//% color="#EF2D56"
|
|
namespace pins {
|
|
|
|
}
|
|
|
|
//% color="#011C32"
|
|
namespace serial {
|
|
|
|
}
|
|
|
|
//% color="#58AB41"
|
|
namespace loops {
|
|
|
|
}
|
|
|
|
//% color="#1E5AA8"
|
|
namespace light {
|
|
|
|
}
|
|
|
|
//% color="#b0b0b0" advanced=true weight=5
|
|
namespace storage {
|
|
|
|
} |