попытка использовать альтнрнативный метод поиска

This commit is contained in:
Dmitry Borisenko
2021-01-02 03:26:16 +01:00
parent 0fa7876b80
commit e39806e0ac
8 changed files with 117 additions and 25 deletions

View File

@@ -1,10 +1,16 @@
#include "Tests.h"
#include "Macro.h"
#include "Global.h"
#include "ItemsList.h"
#include "Macro.h"
#include "Utils/StringUtils.h"
void testsPerform() {
Serial.println("====some tests section====");
//String str = "Geeks for Geeks ";
//
//Serial.println(itemsCount2(str, " "));
Serial.println("==========end============");
}