Skip to content
View Wissen's full-sized avatar

Block or report Wissen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. umka umka Public

    hi!

  2. Aleksander-Kozhukhovskiy Aleksander-Kozhukhovskiy Public

    void SetupTIMER0 (void) { TCCR1B = (1<<CS00); TCNT1 = 255-50; //что бы сделать импульс 80000Гц TIMSK = (1<<TOIE0); } #include <avr/interrupt.h> #include <avr/io.h> .. ISR (TIMER0_OVF_vect) { //тепе…

  3. openmp-lab-exercises openmp-lab-exercises Public

    Forked from PDC-support/openmp-lab-exercises

    C