Differences
This shows you the differences between two versions of the page.
| programming:arduino:faders [2016/11/03 00:09] – created jlucas | programming:arduino:faders [2016/11/03 00:10] (current) – jlucas | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Ref: http:// | Ref: http:// | ||
| - | <pre> | + | <code> |
| /* YourDuino Example: Relay Control 1.10 | /* YourDuino Example: Relay Control 1.10 | ||
| Handles "Relay is active-low" | Handles "Relay is active-low" | ||
| Line 65: | Line 65: | ||
| // | // | ||
| - | </pre> | + | </code> |
| Howto fade a motor or LED | Howto fade a motor or LED | ||
| - | <pre> | + | <code> |
| /* YourDuino PWM Power Example | /* YourDuino PWM Power Example | ||
| " | " | ||
| Line 118: | Line 118: | ||
| // | // | ||
| - | </pre> | + | </code> |