Skip to content
View anbara's full-sized avatar

Highlights

  • Pro

Organizations

@NeuroPiano @nambulab-nagaokaut @SSL-INPUT

Block or report anbara

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

Pinned Loading

  1. MNE-Icons-JetBrains MNE-Icons-JetBrains Public

    A plugin for JetBrains IDEs that assigns custom icons to MNE-related file extensions (e.g., -raw.fif). Enhance your development environment with visually distinct file identification.

    Kotlin

  2. DSR-1202 DSR-1202 Public

    C++ 1

  3. Arduino PWM Frequency Arduino PWM Frequency
    1
    //Timer0
    2
    TCCR0B = (TCCR0B & 0b11111000) | 0x01; //62.5 [kHz]
    3
    TCCR0B = (TCCR0B & 0b11111000) | 0x02; //7.8125 [kHz]
    4
    TCCR0B = (TCCR0B & 0b11111000) | 0x03; //976.5625 [Hz]
    5
    TCCR0B = (TCCR0B & 0b11111000) | 0x04; //244.140625 [Hz]