Wiki

Clone wiki

Arduino StrScanner / Home

Welcome

Welcome to StrScanner wiki! In this wiki you will find all the information you need about using this library for Arduino.

Features

StrScanner is a lightweight library that allows you to "scan" Arduino String data and split it using an iterator-like syntax. You can specify a "delimiter" to instruct the Scanner which are the separators in your string, and get your results immediately!

For a full list of API, go to the API page

Developer

StrScanner was made by Luca Di Stefano. I do this just for fun, and update the project whenever I feel necessary or can.

Version

Latest version is 1-RC

Stable version is due soon

License

StrScanner is released under the LGPL v.3 License

Updated