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

@ -28,6 +28,7 @@ const enum LMS {
DEVICE_TYPE_MINITACHO = 8,
DEVICE_TYPE_NEWTACHO = 9,
DEVICE_TYPE_TOUCH = 16,
DEVICE_TYPE_COLOR = 29,
DEVICE_TYPE_IR = 33,
DEVICE_TYPE_THIRD_PARTY_START = 50,
DEVICE_TYPE_THIRD_PARTY_END = 99,