2020-05-24 20:59:49 +02:00
|
|
|
#include <Arduino.h>
|
2020-05-25 14:38:18 +02:00
|
|
|
class StringParser
|
2020-05-24 20:59:49 +02:00
|
|
|
{
|
2020-05-25 14:38:18 +02:00
|
|
|
public:
|
|
|
|
static int parse(const char * com, int result[], byte maxResults);
|
2020-05-24 20:59:49 +02:00
|
|
|
};
|