logo
首页技术栈工具库讨论
Babelduino

Babelduino

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.<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 />
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
PLATFORMIO
Babelduino
标签
根据用户添加的标签生成
暂无标签