Irev-Dev / Arduino-Atmel-sPWM

Implementation of an sPWM signal
154 stars 79 forks source link

Update sPWM_atmel.ino #5

Closed jlnatalicio closed 5 years ago

jlnatalicio commented 6 years ago

changed the line 74

before: OCR1A = OCR1A = lookUp[num]; now: OCR1A = OCR1B = lookUp[num];

Terbytes commented 5 years ago

thanks @jlnatalicio