ESP32 / ESP8266 cpplinq: filtering array

Опубликовано: 04 Октябрь 2024
на канале: Techtutorialsx
740
9

This video tutorial explains how to filter an array using cpplinq, running on the Arduino core. In this tutorial we are going to use the cpplinq where operator to obtain all the even elements of an integer array.

The tutorial demonstrated here is done on the ESP32 but the code also works on the ESP8266, since cpplinq is a generic C++ library.

ESP32 Firebeetle board: https://www.dfrobot.com/product-1590....
Cpplinq: https://github.com/mrange/cpplinq