Skip to content

Needs ability to skip initialization of timers 1 & 2 #154

Open
@night-ghost

Description

@night-ghost

Some complex project uses that timers "manually" but init() in wiring.c always initializes them to PWM. Why not to surround code (lines 284-327 in wiring.c) with #if ! defined(SKIP_TIMER1_INIT) / #endif so one can define such "magical" constants and escape from unneeded code. Now I forced to patch some of that files to adopt to my projects

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions