ニュース

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 ...
SparseArray is an experimental library to implement a one dimensional sparse array of floats (a.k.a. vector) on an Arduino. A sparse array is an array with mostly zeros and a low percentage non-zero ...