SkillAgentSearch skills...

YASP

Serial command processor for Arduino that uses LUA-like pattern matching (similar to Regexp)

Install / Use

/learn @delsauce/YASP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

The YASP (Yet-Another-Serial-Parser) library is a simple to use command parser based on a LUA-like pattern matching lib (from Nick Gammon, see http://www.gammon.com.au/forum/?id=11063). It's first use is for parsing serial data on the Arduino, but could be easily extended. At the moment it will work with any interface that uses the Arduino Print class. It is not particularly small or fast, but it is easy to setup and use, which is it's main purpose.

See the examples folder for a sketch that illustrates basic usage.

The YASP.h header file includes some references to resources that describe LUA pattern matching in more detail.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

C++

Security Score

55/100

Audited on Oct 1, 2024

No findings