Skip to content
View wenxiwei00's full-sized avatar

Block or report wenxiwei00

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. ATmega32U4--1.3--Timer1.0 ATmega32U4--1.3--Timer1.0 Public

    用Timer让LED闪烁

    Makefile

  2. ATmega32U4--1.4--Timer2.0 ATmega32U4--1.4--Timer2.0 Public

    用Timer来控制LED的闪烁频率,涉及到OCR3A寄存器

    Makefile

  3. ATmega32U4--1.5--Timer3.0 ATmega32U4--1.5--Timer3.0 Public

    用Timer来控制LED的duty cycle

    Makefile

  4. ATmega32U4--1.6--Timer-Application ATmega32U4--1.6--Timer-Application Public

    用Timer,让一个LED 0.3s内到达最亮,然后再用0.6秒熄灭。模拟心脏的跳动。

    C

  5. ATmega32U4--1.7--Timer-Application2 ATmega32U4--1.7--Timer-Application2 Public

    使用Timer(计数器)让LED模拟心脏一强一弱的跳动

    C

  6. ATmega32U4--1.8--Timer-Application3 ATmega32U4--1.8--Timer-Application3 Public

    用Timer(计数器)让LED模拟心跳变缓的过程。

    C