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

Make working "gpio pwm" command and wiringPiISR() function #101

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Commits on Feb 16, 2024

  1. Update wiringPi.c: pwmWrite not kills network adapter.

    Removed the sunxi_pwm_set_mode call from pwmWrite, because it kills the network adapter (at Zero 2W), writing to the wrong register:
    SUNXI_PWM_CTRL_REG: [22222122]
    SUNXI_PWM_PERIOD: [22222122]
    borex99 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0e0d980 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Make wiringPiISR workable

    Fixed an error exporting the WiringPi pin number instead of the GPIO pin number.
    borex99 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f7b7aaa View commit details
    Browse the repository at this point in the history