Today I bought my first Arduino Uno from Radio Shack. The Atmel processor is surface-mount device or SMD so the size of the board is smaller..
It's plug 'n Play so it connected right away and gave grabbed port 4 by itself.
so far so good.
I connected it by the supplied USB cable with no power supply and started B4X.
The blinking example worked fine on pin13 (after having to change Write and Read to DigitalWrite and DigitalRead.) the LED blinked with 1 second interval as intended. then I tried to change the interval to less value but it didn't work.. please check the attached screen shot.
The board is still running the 1-second loop and I didn't know how to reset it.. pressing the reset button or turning the power off and on again didn't delete the program.
Any help appreciated.
p.s.
This is the first time I use Arduino, and to blink the LED it didn't take more than connecting the USB cable and running Erel's example AS IS (almost). less than 10 minutes. Thanks Erel for the great tool -B4R