Arduino: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* http://www.javiervalcarce.eu/wiki/Program_Arduino_with_AVR-GCC | * http://www.javiervalcarce.eu/wiki/Program_Arduino_with_AVR-GCC | ||
* http://code.google.com/p/libarduino/ | * http://code.google.com/p/libarduino/ | ||
* http://www.joakimlinde.se/microcontrollers/arduino/avr/ | |||
= [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 23:22, 20 April 2013
Source code
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.joakimlinde.se/microcontrollers/arduino/avr/
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.