Differences

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

Link to this comparison view

programming:arduino:faders [2016/11/02 17:09]
jlucas created
programming:arduino:faders [2016/11/02 17:10] (current)
jlucas
Line 1: Line 1:
 Ref: http://arduino-info.wikispaces.com/ArduinoPower Ref: http://arduino-info.wikispaces.com/ArduinoPower
  
-<pre>+<code>
 /* YourDuino Example: Relay Control 1.10 /* YourDuino Example: Relay Control 1.10
   Handles "Relay is active-low" to assure   Handles "Relay is active-low" to assure
Line 65: Line 65:
  
 //*********( THE END )*********** //*********( THE END )***********
-</pre>+</code>
  
 Howto fade a motor or LED Howto fade a motor or LED
  
-<pre>+<code>
 /* YourDuino PWM Power Example /* YourDuino PWM Power Example
  "analogWrite" outputs a Pulse Width Modulated signal  "analogWrite" outputs a Pulse Width Modulated signal
Line 118: Line 118:
  
 //*********( THE END )*********** //*********( THE END )***********
-</pre>+</code>