Babelduino

A library that allows writing and highlighting code in local language.

Author
Karol Sarnacki
Website
https://github.com/elpassion/Babelduino
Category
Other
License
MIT
Library Type
Contributed
Architectures
Any

Provides localised aliases for keywords, constants, methods, functions, structures and Arduino API. Includes keywords.txt file for syntax colouring.<br /><br />It is meant for mentors who want <strong>to show the joy of programming to young learners</strong>, by eliminating spoken language barrier.<br /><br />Example:<br /><code>auto distance = radar.ping_cm();<br />if (distance &lt; 15) { delay(500); }</code><br /><br />Translates into Polish:<br /><code>niech odleglosc = radar.ping_cm();<br />jezeli (odleglosc &lt; 15) { czekaj(500); }</code><br />

Downloads

Filename Release Date File Size
Babelduino-0.5.0.zip 2017-06-04 7.58 KiB