Posts Tagged Arduino
Xduino v0.11 to be released soon
Posted by Ram in ARM, Xduino release on July 15, 2009
Following the release of initial Xduino v0.1 and after receiving some feedback we are ready to announce that Xduino v0.11 will be released soon. The example on ARM Cortex-M3 page has been updated to reflect what users can expect from the new release.
The following functions are available for compatibility with Arduino platform:
Digital I/O:
pinMode()
digitalRead()
digitalWrite()
Misc functions:
delay()
delayMicroseconds()
Serial functions – (identical for Serial1 – Serial5):
Serial1.begin()
Serial1.read()
Serial1.print()
Serial1.println()
Serial1.available()
Comments/suggestions/requests are more than welcome : -)