Arduino: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Source code = | = Source code = | ||
https://github.com/arduino/Arduino/tree/master/hardware/arduino/cores/arduino | https://github.com/arduino/Arduino/tree/master/hardware/arduino/cores/arduino | ||
= C users = | |||
* http://www.javiervalcarce.eu/wiki/Program_Arduino_with_AVR-GCC | |||
* http://code.google.com/p/libarduino/ | |||
= [http://www.parallax.com Robot based on BOE] = | = [http://www.parallax.com Robot based on BOE] = | ||
* Chapter 3. Activity 2: Re-test the servos. We can use Pins 11 and 12 instead of 12 and 13. Be sure to adjust your code accordingly. | * Chapter 3. Activity 2: Re-test the servos. We can use Pins 11 and 12 instead of 12 and 13. Be sure to adjust your code accordingly. |
Revision as of 22:20, 20 April 2013
Source code
https://github.com/arduino/Arduino/tree/master/hardware/arduino/cores/arduino
C users
Robot based on BOE
- Chapter 3. Activity 2: Re-test the servos. We can use Pins 11 and 12 instead of 12 and 13. Be sure to adjust your code accordingly.