Initial work

This commit is contained in:
Caitlin Hennessy
2017-12-21 11:00:54 -08:00
parent 5d470fdcef
commit 4dff282633
9 changed files with 202 additions and 9 deletions

View File

@ -1,19 +1,19 @@
//% color="#68C3E2" weight=100
//% color="#68C3E2" weight=100 icon="\uf108"
//% groups='["Buttons", "Screen"]'
//% labelLineWidth=0
namespace brick {
}
//% color="#C8509B" weight=95 icon="\uf192"
//% color="#C8509B" weight=95 icon="\uf111"
//% 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="\uf185"
//% color="#A5CA18" weight=90 icon="\uf10f"
//% groups='["Motion", "Sensors", "Chassis"]'
//% labelLineWidth=0
namespace motors {