Skip to content

Feather M4 Express no PWM out on RX (0) or TX (1) #349

Description

@caternuson

Re this thread:
https://forums.adafruit.com/viewtopic.php?t=203518

Pinout page indicates PWM out is available on RX and TX:
https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51/pinouts

Test sketch:

#define PWM_PIN 0

void setup() {
  pinMode(PWM_PIN, OUTPUT);
  analogWrite(PWM_PIN, 128);
}

void loop() {
}

Setting PWM_PIN to either 0 or 1 produces no output on either RX or TX (resp).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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