jawher / xavr

An AVR C project template for XCode
MIT License
68 stars 18 forks source link

User Serial Port Name #7

Closed CallumA closed 9 years ago

CallumA commented 9 years ago

Fixes a bug where the user's serial port may not be the same as hardcoded value, allows the serial port to be set as a variable on project creation and defaults to /dev/cu.usbmodem*

CallumA commented 9 years ago

Xcode doesn't like preceding forward slashes in strings, adjusting branch to comply