designed to be human readable-writable
for example for doing something from your pc command line or any terminal or any program
example for blink led once: (send to com port with any method)
w13,1 d1000 w13,0 d1000 w13,1
w = write pin,value
d = delay
full commands list at
http://code.google.com/p/avros/source/browse/trunk/avros.hcan be used as lib in any arduino sketch, or standalone with avros.pde
bonus: small unfinished perl lib for pc
hosted at
http://code.google.com/p/avros/svn checkout
http://avros.googlecode.com/svn/trunk/ avros