Skip to content

Commit

Permalink
Merge pull request #120 from pjueon/update-pwm8-for-orin
Browse files Browse the repository at this point in the history
add pwm8 to pin defs for jetson orin
  • Loading branch information
pjueon committed Jun 4, 2024
2 parents 887ec0d + 3a597d5 commit c259a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GPIOPinData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ namespace GPIO
// Output-only (due to base board)
{ "{164: 112}"s, "{164: PR.04}"s, "2200000.gpio", "11", "17", "UART1_RTS", "GP72_UART1_RTS_N", None, None },
{ "{164: 50}"s, "{164: PH.07}"s, "2200000.gpio", "12", "18", "I2S2_CLK", "GP122", None, None },
{ "{164: 108}"s, "{164: PR.00}"s, "2200000.gpio", "13", "27", "PWM01", "GP68", None, None },
{ "{164: 108}"s, "{164: PR.00}"s, "2200000.gpio", "13", "27", "PWM01", "GP68", "32f0000.pwm", 0 },
{ "{164: 85}"s, "{164: PN.01}"s, "2200000.gpio", "15", "22", "GPIO27", "GP88_PWM1", "3280000.pwm", 0 },
{ "{ 32: 9}"s, "{ 32: PBB.01}"s, "c2f0000.gpio", "16", "23", "GPIO08", "GP26", None, None },
{ "{164: 43}"s, "{164: PH.00}"s, "2200000.gpio", "18", "24", "GPIO35", "GP115", "32c0000.pwm", 0 },
Expand Down

0 comments on commit c259a00

Please sign in to comment.