Popular repositories Loading
-
-
Aleksander-Kozhukhovskiy
Aleksander-Kozhukhovskiy Publicvoid SetupTIMER0 (void) { TCCR1B = (1<<CS00); TCNT1 = 255-50; //что бы сделать импульс 80000Гц TIMSK = (1<<TOIE0); } #include <avr/interrupt.h> #include <avr/io.h> .. ISR (TIMER0_OVF_vect) { //тепе…
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.