Skip to content

PWM on D13 does not work with arduino_mzero variant #266

Closed
@tbowmo

Description

@tbowmo

Pin configuration is missing PIN_ATTR_TIMER, in order to get PWM working on the channel

{ PORTA, 17, PIO_PWM, (PIN_ATTR_DIGITAL|PIN_ATTR_PWM|PIN_ATTR_TIMER), No_ADC_Channel, PWM2_CH1, TCC2_CH1, EXTERNAL_INT_1 }, // TCC2/WO[1]

Above is copied from arduino_zero variant.

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