I am parsing RSS feeds but my code is old-fashioned strtok() C code, so it could be hard to understand and use. I think a lot of Arduino folks would use String class, which would be easier.
There was this recently:
which looks very promising!
I am parsing RSS feeds but my code is old-fashioned strtok() C code, so it could be hard to understand and use. I think a lot of Arduino folks would use String class, which would be easier.
There was this recently:
which looks very promising!