pxt-ev3/libs/ev3/ns.ts
Peli de Halleux bd06fb80f3 Threshold to calibration (#495)
* renaming threshold to calibration

* rename threshold to calibration
2018-04-12 14:25:44 -07:00

63 lines
941 B
TypeScript

//% color="#68C3E2" weight=100 icon="\uf106"
//% groups='["Buttons", "Screen"]'
//% labelLineWidth=60
namespace brick {
}
//% color="#C8509B" weight=95 icon="\uf10f"
//% labelLineWidth=100
//% groups='["Touch Sensor", "Color Sensor", "Ultrasonic Sensor", "Gyro Sensor", "Infrared Sensor", "Remote Infrared Beacon", "Calibration"]'
namespace sensors {
}
//% color="#00852B" weight=90 icon="\uf10d"
//% groups='["Move", "Counters", "Properties"]'
//% labelLineWidth=50
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 {
}