Other
A library that allows writing and highlighting code in local language.
Provides localised aliases for keywords, constants, methods, functions, structures and Arduino API. Includes keywords.txt file for syntax colouring.
It is meant for mentors who want to show the joy of programming to young learners, by eliminating spoken language barrier.
Example:
auto distance = radar.ping_cm();
if (distance < 15) { delay(500); }
Translates into Polish:
niech odleglosc = radar.ping_cm();
jezeli (odleglosc < 15) { czekaj(500); }
Maintainer: Karol Sarnacki
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.