• - InWaiting is an equivalent of Serial.available() (On Arduino), used to get number of bytes available in buffer and if it is relevant to read from it
    - Sometimes during usage it bothered me that this lib is STATIC, so I made this option. (Haven't tested, but compiled just fine)
    lotricekCZ authored
     
    Browse Code »