News

A very simple arduino library to use java like string-tokenizer functions to split a string with delimiters. Basic description: Params : string to tokenize; delimiter string. Functions : (boolean) ...
Most Java programmers have used the java.util.StringTokenizer class at some time or another. It is a handy class that basically tokenizes (breaks) the input string based on a separator, and ...