forked from timknapen/Arduino-With-XCode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
34 lines (21 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- testing branches -
README file for Arduino on XCode project by Tim Knapen.
Based on Robert Carlsen's and other people's efforts.
The original manual by Robert Carlsen is here:
http://robertcarlsen.net/2009/02/28/using-arduino-in-xcode-532
I started again on this after reading and following this great tutorial:
http://www.quietless.com/kitchen/setting-up-xcode-to-compile-upload-to-an-arduino-atmega328-duemilanove/
## for OSX Snow Leopard + XCode 3.2 the project is called "ArduinoOnXCode3"
Installing the templates:
Copy the folder Arduino to your XCode project templates folder.
For me this is at:
/Developer/Library/XCode/Project Templates/
This has been tested with XCode3.2.6 and Arduino 0022 on OSX10.6.8
with Sanguino, Arduino NG (atmega8) and Arduino UNO
## for OSX Lion + XCode 4 the project is called "ArduinoOnXCode4"
The ArduinoOnXCode4 project is NOT a template, you should use it as a blank project to start from. Just copy the whole folder.
This has been tested with Xcode 4.2 + Arduino 0022 on OSX10.7.2
With Arduino UNO, Arduino NG, Sanguino.
The preferred place for help, discussion and suggestions is here:
http://arduino.cc/forum/index.php/topic,49956.0.html
GOOD LUCK!