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

ESP32 / ESP8266 cpplinq: the count operator

DFRobot Mar 04 2020 560


Tutorials Maker: TECHTUTORIALSX

In this tutorial we are going to learn how to use the cpplinq count operator to count the number of elements of an array.

The tutorial shows the code running on the ESP32, using the Arduino core. Nonetheless, it also works on the ESP8266 since cpplinq is a generic C++ library that can be used as an Arduino 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