PhD student at @nambulab-nagaokaut / Circuit engineer for RoboCup SSL team @SSL-INPUT
-
Nagaoka University of Technology
- Niigata, Japan
-
01:48
(UTC) - https://anbara.github.io/
Highlights
- Pro
Pinned Loading
-
MNE-Icons-JetBrains
MNE-Icons-JetBrains PublicA 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
-
Arduino PWM Frequency
Arduino PWM Frequency 1//Timer0
2TCCR0B = (TCCR0B & 0b11111000) | 0x01; //62.5 [kHz]
3TCCR0B = (TCCR0B & 0b11111000) | 0x02; //7.8125 [kHz]
4TCCR0B = (TCCR0B & 0b11111000) | 0x03; //976.5625 [Hz]
5TCCR0B = (TCCR0B & 0b11111000) | 0x04; //244.140625 [Hz]
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.