Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 367 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 367 Bytes

Regex Arduino

This is an Arduino project example using a Regex library with a little addendum that the callback function from GlobalMatch now can call a non static class member. The struct template provided in the Interpreter.h wraps or 'converts' a non-static member into a static function (making it global).