1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00
CommandStation-EX/StringParser.h
2020-05-25 13:38:18 +01:00

7 lines
126 B
C++

#include <Arduino.h>
class StringParser
{
public:
static int parse(const char * com, int result[], byte maxResults);
};