Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M42: Prevent unwanted pin mode switch to output #22493

Merged
merged 6 commits into from
Aug 5, 2021

Commits on Aug 2, 2021

  1. M42: Prevent unwanted pin mode switch to output

    Also, M42 S1 was never set on STM32 arch, if the led pin is a normal digital output
    Value was reset to 0 on analogWrite call...
    tpruvot committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4a50387 View commit details
    Browse the repository at this point in the history
  2. Forgot an input type...

    tpruvot committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    952680b View commit details
    Browse the repository at this point in the history
  3. Update M42.cpp

    thinkyhead authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    2e2c498 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. M42: handle OD outputs for maple/STM32F1 too

    On this framework, arduino modes are enums, and so.. "not defined", this trick works...
    tpruvot committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    123fc3f View commit details
    Browse the repository at this point in the history
  2. Tweak and test push

    thinkyhead committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3877f5a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Untweak and test push

    thinkyhead committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    326fc36 View commit details
    Browse the repository at this point in the history