aligning groups with hardware name components

This commit is contained in:
Peli de Halleux
2017-10-24 16:52:13 -07:00
parent fa6c81cf80
commit 33c8902050
11 changed files with 54 additions and 54 deletions

View File

@ -119,7 +119,7 @@ namespace input {
//% parts="infrared"
//% blockNamespace=input
//% weight=65 blockGap=8
//% group="Infrared sensor"
//% group="Infrared Sensor"
distance() {
this.setMode(IrSensorMode.Proximity)
return this.getNumber(NumberFormat.UInt8LE, 0)
@ -135,7 +135,7 @@ namespace input {
//% parts="infrared"
//% blockNamespace=input
//% weight=65 blockGap=8
//% group="Infrared sensor"
//% group="Infrared Sensor"
remoteCommand() {
this.setMode(IrSensorMode.RemoteControl)
return this.getNumber(NumberFormat.UInt8LE, this.channel)