$USD
  • EUR€
  • £GBP
  • $USD
TUTORIALS ESP32ESP8266

ESP32 / ESP8266 cpplinq: filtering array

DFRobot Dec 18 2019 711


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.html
Cpplinq: https://github.com/mrange/cpplinq


Tutorials Writer: Techtutorialsx

REVIEW