News

Sadly Arduino IDE does't support switch with String objects. But with a trick it is possible. First at all you must construct an "enum". enum is a kind of index array, starts at 0. such like: enum ...