Änderungen

ArduinoVariablePWMFrequenz

564 Byte hinzugefügt, 11:59, 10. Nov. 2017
/* Timer-Pins */
Arduino Pro Mini
{| class="wikitable"
| ! timer | ! bit | ! pin | ! register
|-
| timer0
| 11
| OC2A
|}
 
Arduino Mega2560
{| class="wikitable"
! timer
! bit
! pin
! register
|-
| timer0
| 8
| 4
| OC0B
|-
| timer0
| 8
| 13
| OC0A
|-
| timer1
| 16
| 11
| OC1A
|-
| timer1
| 16
| 12
| OC1B
|-
| timer2
| 8
| 9
| OC2B
|-
| timer2
| 8
| 10
| OC2A
|-
| timer3
| 16
| 2
| OC3B
|-
| timer3
| 16
| 3
| OC3C
|-
| timer3
| 16
| 5
| OC3A
|-
| timer4
| 16
| 6
| OC4A
|-
| timer4
| 16
| 7
| OC4B
|-
| timer4
| 16
| 8
| OC4C
|-
| timer5
| 16
| 44
| OC5A
|-
| timer5
| 16
| 45
| OC5B
|-
| timer5
| 16
| 46
| OC5C
|}
688
Bearbeitungen