User Tools

Site Tools


arduino:arduino_crash_course:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arduino:arduino_crash_course:start [2012/11/06 01:45] mithatarduino:arduino_crash_course:start [2015/03/12 21:04] (current) mithat
Line 1: Line 1:
 +~~NOTOC~~
 +
 ====== Crash Course in Arduino Programming ====== ====== Crash Course in Arduino Programming ======
 +
 +<WRAP center round tip 60%>
 +The examples used here have been written for the [[http://www.arduino.cc/en/Main/arduinoBoardUno|Arduino Uno]] board. If you use a different board, changes to the code (pin numbers in particular) may be required.
 +</WRAP>
  
 <WRAP center round info 60%> <WRAP center round info 60%>
-The examples used here have all been tested on the [[http://www.arduino.cc/en/Main/arduinoBoardUno|Arduino Uno]] board. If you use a different board, changes to the code (pin numbers in particular) may be required.+Many of the examples borrow from the examples at http://arduino.cc/en/Tutorial/HomePage.
 </WRAP> </WRAP>
  
-===== Contents ===== +===== Basics =====
- +
-==== Basics ====+
  
   * [[Program structure]]   * [[Program structure]]
Line 14: Line 18:
  
  
-==== Input ====+===== Input =====
  
   * [[Digital Input]]   * [[Digital Input]]
   * [[Analog Input]]   * [[Analog Input]]
  
-==== Output ====+===== Output =====
  
   * [[Digital Output]]   * [[Digital Output]]
   * [[Analog Output]]   * [[Analog Output]]
  
--------------------------------------------------------- +===== What to do next ===== 
- +  * [[Programming concepts]] 
-===== Not covered ===== +  * [[Additional examples]] 
-  * Communication buses +  * [[Additional subjects]]
-    * Serial +
-    * SPI +
-    * I2C +
-  * Interrupts +
-    * External +
-    * Timers +
-    * Multiple external +
-  * Watchdog timers +
-  * Libraries +
-    * 7-segment displays +
-    * LCD displays +
-  * Switch matrices +
- +
--------------------------------------------------------- +
- +
-===== Things that need to be incorporated ===== +
-  * <del>user functions</del> -> introduced in [[arduino:arduino_crash_course:digital_input]] +
-  * <del>variables</del> -> introduced in [[arduino:program_structure|Program structure]] +
-  * flow control (control structures) +
-    * <del>selection</del> +
-      * <del>if-else</del> -> introduced in [[arduino:basic_interaction|Basic Interaction]] +
-      * <del>switch</del> -> introduced in [[arduino:arduino_crash_course:digital_input#switch-case_selection_structure]] +
-    * repetition +
-      * while +
-      * for +
- +
-Many of the examples here borrow from or are based on the examples at [[http://arduino.cc/en/Tutorial/HomePage]].+
  
  
arduino/arduino_crash_course/start.1352166347.txt.gz · Last modified: 2012/11/06 01:45 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki