A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
Bitlash
25. June 2009 - 18:38 — admin
An open source interpreted language shell for the Arduino serial port.
Bitlash is a development and prototyping tool, which runs on the Arduino. The Bitlash command language is very similar to Arduino C and includes a large repertiore of the familiar Arduino C functions. You can commuinicate with the Bitlash interpreter directly via serial port.
You can store command sequences in EEPROM and autostart them at bootup, making the automation and maintenance of small applications very easy.
Link: Bitlash