User Tools

Site Tools


arduino:arduino_crash_course:basic_interaction

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
arduino:arduino_crash_course:basic_interaction [2015/02/13 22:28] mithatarduino:arduino_crash_course:basic_interaction [2017/12/06 01:05] (current) mithat
Line 9: Line 9:
 In an interrupt scheme, the microcontroller does essentially nothing in its main loop, but it is directed to do something specific when an input source jostles it into action. In an interrupt scheme, the microcontroller does essentially nothing in its main loop, but it is directed to do something specific when an input source jostles it into action.
  
-Of the two, polling is probably easier to get started with. You can use both techniques at the same time as well.+Of the two, polling is probably easier to get started with. We won't learn how to work with interrupts in this section, but it's good to know that you can use both techniques in the same program.
  
-Following is a simple example of using polling. +===== Polling example: switch-controlled LED =====
- +
-===== Switch-controlled LED =====+
  
 The following examples use polling to determine the state of a switch. If the switch is pressed, the Arduino will turn an LED on. If it is not pressed, it will turn the LED off. The following examples use polling to determine the state of a switch. If the switch is pressed, the Arduino will turn an LED on. If it is not pressed, it will turn the LED off.
arduino/arduino_crash_course/basic_interaction.1423866538.txt.gz · Last modified: 2015/02/13 22:28 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki