64d6c2b090
* refactoring * moving chassis into separate project * added set motors
59 lines
919 B
TypeScript
59 lines
919 B
TypeScript
|
|
//% color="#68C3E2" weight=100 icon="\uf106"
|
|
//% groups='["Buttons", "Screen"]'
|
|
//% labelLineWidth=0
|
|
namespace brick {
|
|
}
|
|
|
|
|
|
//% color="#C8509B" weight=95 icon="\uf10f"
|
|
//% labelLineWidth=0
|
|
//% groups='["Ultrasonic Sensor", "Touch Sensor", "Color Sensor", "Infrared Sensor", "Remote Infrared Beacon", "Gyro Sensor"]'
|
|
//% groupIcons='["\uf101","\uf103","\uf102","","","\uf104"]'
|
|
namespace sensors {
|
|
}
|
|
|
|
//% color="#A5CA18" weight=90 icon="\uf10d"
|
|
//% groups='["Motion", "Counters", "Sync Motion"]'
|
|
//% 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 {
|
|
|
|
} |