Add color sensor

This commit is contained in:
Michal Moskal
2017-07-10 14:43:54 +01:00
parent df45cb98ef
commit babdf45fc3
5 changed files with 67 additions and 2 deletions

View File

@ -42,7 +42,6 @@ namespace input {
export class IrSensor extends internal.UartSensor {
private channel: IrRemoteChannel
private pollRunning: boolean
private buttons: Button[];
constructor() {