Interactive Arduino Basic Interpreter version alpha 1
by Usmar A Padow usmpadow@gmail.com
You can dowload it from the github page at https://github.com/amigojapan/Interactive-Arduino-Basic-Interpreter This is still the alpha 1 version, not much RAM left for programs, In future versions I will add the capability to read and write to pins. I could use some help making it tokenized to be able to do more with so little RAM. could also use help cleanning up the code.
This is hte interactive version, which means teh programs must be stored in RAM. I will also make another version that stores programs on the Arduino's flash memory which has 32k of memory.