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

ESP32 / ESP8266 cpplinq: chaining operators

DFRobot Mar 04 2020 464


Tutorials Writer: TECHTUTORIALSX


In this video tutorial we will learn how to chain cpplinq operators to build more complex expression trees.We will be using the Arduino core, running on the ESP32, but the code also works on the ESP8266.

The tests shown here were done on an ESP32 board but the code also works on the ESP8266, since cpplinq is a generic C++ library.

cpplinq: https://github.com/mrange/cpplinq

ESP32 FireBeetle board: https://www.dfrobot.com/product-1590.html

This tutorial was also tested on the ESP8266, on a FireBeetle board:
https://www.dfrobot.com/product-1634.html

Filtering an array with cpplinq: 


REVIEW