| Image: 
  Author: Bronie12345 Group: Default Filesize: 27.22 kB Date added: 2010-10-16 Rating: 5 Downloads: 654 Views: 1035 Comments: 1 Ratings: 1 Times favored: 0 Made with: Algodoo before v1.8.5 Tags: 
 | the v2 was never released seeming it was a bar, had 2 screens, and nothing new apart from that (except for more lagg)
 This version of the algoduino is faster, has I/O pins (the input still buggy atm), and has less lagg.
 I've included a simple program in the memory to show you how to write a program for it.
 This version doesn't have adressable memory slots yet, like v1 had.
 It may be implemented later.
 It also doesn't have math functions yet.
 
 If you want a list of the available commands, just look in the scrip menu of the processor, or just look down here:
 
 Explanation of the writing:
 <0-9> means a number starting from 0, ending at 9
 
 Commands (so far):
 ["delay", <delay in commands>, ""]
 ["pinMode", <pin>, <"OUTPUT" or "INPUT">]
 ["screenWrite", 0, <text as string to write on the screen>]
 ["screenClear", 0, ""]
 ["GOTO", <command to go to as integer>, ""]
 ["Write", <pin number to write to>, <"HIGH" or "LOW">]
 |