You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
S
CSS:
#define F_CPU 16000000UL
#include <avr/io.h>
#include <util/delay.h>
//pwm sinyali için fonksiyonların oluşturulması
int pwm = 0;
void InitPWM()
{
TCCR0 |= 1 << WGM00 | 1 << WGM01 | 1 << CS00 | 1 << COM01;
DDRB|= 1 << PIND7;
}
void SetPMOutput(int duty)
{
OCR0 = duty;
}
void...
-
S
sistemim i5 3330k 8gb ram amd radeon6800 anakart p8h61 - m lx R2.0