Visuino - Key Work
Every component has:
Visuino includes a Probe component. It’s a non-intrusive debugger. Connect it to any wire to see the live data flowing through that connection. If your LCD shows nothing, insert a Probe on the text line to verify data.
Once you master basic inputs/outputs, your next key work frontier is communication. visuino key work
Displaying text is a common requirement. Visuino has dedicated keywords for LCDs (16x2, 20x4).
The magic is that you don't need to memorize the lcd.print() or lcd.setCursor() functions. Visuino does the key work of code generation for you. Every component has:
Visuino includes a Probe component
Let’s apply these keywords in a complete project scenario. This will demonstrate how the key work of Visuino translates to a functional device.
Components:
Visuino Key Work Steps:
Result: In under 10 minutes, without a single line of C++, you have built an autonomous plant watering system. That is the power of Visuino's key work approach. The magic is that you don't need to memorize the lcd
Visuino utilizes Mitov Software’s "OpenWire" technology. This allows for "streams" of data (text, binary, or complex objects) to pass between components without the user needing to manage memory pointers or data types manually.
