This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
setup:lite [2017/04/29 09:37] seytonic |
setup:lite [2017/04/29 09:42] seytonic |
||
---|---|---|---|
Line 6: | Line 6: | ||
===== Uploading a script ===== | ===== Uploading a script ===== | ||
- | Go to the [[https://malduino.com/converter/|script converter]] in the sidebar | + | Go to the [[https://malduino.com/converter/|script converter]] in the sidebar, in the empty text box on the left type up your script. As an example we'll type... |
+ | |||
+ | <code> | ||
+ | DELAY 1000 | ||
+ | STRING hello world | ||
+ | </code> | ||
+ | |||
+ | This tells malduino to wait 1000 milliseconds (a second), then type 'hello world'. Click convert, then select the keyboard layout (keyboard's language of the computer you'll be executing on) and hit download. | ||
+ | |||
+ | {{ :setup:screenshot_21.png?nolink&600 |}} | ||