Matthew Murdoch
Results
6
issues of
Matthew Murdoch
See updated code at http://playground.arduino.cc/Code/AvailableMemory
Currently every example test contains a copy of arscons SConstruct. Maintaining several copies (e.g. when upgrading to a new version) is time consuming and error prone. Perhaps the SConstruct file...
- The default port (/dev/ttyUSB0) is Unix-specific, on Windows it should probably be COMx (the first Arduino comes up as COM5 on my Windows 7 box). The port can be...
enhancement