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

ESP32 cpplinq: The All operator

DFRobot Mar 05 2020 411

Tutorials Writer: TECHTUTORIALSX


In this tutorial we will learn how to use the cpplinq any operator to check if all elements of an array fills a given criteria.

In this video we will be testing the code in the ESP32, using the Arduino core. Nonetheless, the code also works on the ESP8266, as cpplinq is a generic C++ library.

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

Also tested on the ESP8266 FireBeetle board: https://www.dfrobot.com/product-1634.html

REVIEW