pxt-ev3/libs/ev3/ns.ts

54 lines
869 B
TypeScript
Raw Normal View History

2017-06-29 15:47:26 +01:00
2018-01-02 12:49:25 -08:00
//% color="#68C3E2" weight=100 icon="\uf106"
2017-12-19 15:10:13 -08:00
//% groups='["Buttons", "Screen"]'
2017-12-18 13:04:17 -08:00
//% labelLineWidth=0
2017-10-28 09:13:02 -07:00
namespace brick {
}
2017-06-29 15:47:26 +01:00
2018-01-02 12:49:25 -08:00
//% color="#C8509B" weight=95 icon="\uf10f"
2017-12-18 13:04:17 -08:00
//% labelLineWidth=0
2017-12-14 17:01:23 -08:00
//% groups='["Ultrasonic Sensor", "Touch Sensor", "Color Sensor", "Infrared Sensor", "Remote Infrared Beacon", "Gyro Sensor"]'
2017-12-18 13:04:17 -08:00
//% groupIcons='["\uf101","\uf103","\uf102","","","\uf104"]'
2017-10-30 21:29:18 -07:00
namespace sensors {
2017-07-07 18:16:01 +03:00
}
2018-01-02 12:49:25 -08:00
//% color="#A5CA18" weight=90 icon="\uf10d"
2017-12-14 17:01:23 -08:00
//% groups='["Motion", "Sensors", "Chassis"]'
2017-12-18 13:04:17 -08:00
//% labelLineWidth=0
2017-10-30 21:29:18 -07:00
namespace motors {
2017-10-30 09:55:36 -07:00
}
//% labelLineWidth=0
namespace behaviors {
}
//% color="#D67923" weight=80 icon="\uf10e"
2017-06-29 15:47:26 +01:00
namespace music {
}
//% color="#5F3109" icon="\uf107"
2017-06-29 15:47:26 +01:00
namespace control {
}
//% color="#EF2D56"
namespace pins {
}
2017-07-07 18:16:01 +03:00
//% color="#011C32"
2017-06-29 15:47:26 +01:00
namespace serial {
}
//% color="#58AB41"
2017-06-29 15:47:26 +01:00
namespace loops {
}
//% color="#1E5AA8"
2017-06-29 15:47:26 +01:00
namespace light {
2017-07-07 18:16:01 +03:00
}