Tech Note 139 - Programming the ESP32/8266 using the C++ 'auto' keyword
G6EJD - David G6EJD - David
15.9K subscribers
4,171 views
239

 Published On Apr 25, 2020

Using the C++ 'auto' keyword enables the compiler to decide what a data type should be, it can be a useful tool for code maintenance, especially when future library changes are made and a library uses a different data type, then 'auto' will make the corrections for you.

show more

Share/Embed