892a2d585f
* add threshold blocks * updated strings * added gap * reorg color/gyro blocks * fixing sound names * adding stop block * fixing exanmples
59 lines
915 B
TypeScript
59 lines
915 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 {
|
|
|
|
} |