Skip to content

Commit

Permalink
Add netX500/100 XM2_IOs and XM3_IOs to the list of known pins.
Browse files Browse the repository at this point in the history
  • Loading branch information
docbacardi committed Apr 24, 2023
1 parent 4b24a6c commit 36f8e4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iomatrix/templates/io_matrix/netx500.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ IoMatrix_netx500.atKnownPins = {
['XM0_IO1'] = { type=${PINTYPE_XMIO}, index=1 },
['XM1_IO0'] = { type=${PINTYPE_XMIO}, index=2 },
['XM1_IO1'] = { type=${PINTYPE_XMIO}, index=3 },
['XM2_IO0'] = { type=${PINTYPE_XMIO}, index=4 },
['XM2_IO1'] = { type=${PINTYPE_XMIO}, index=5 },
['XM3_IO0'] = { type=${PINTYPE_XMIO}, index=6 },
['XM3_IO1'] = { type=${PINTYPE_XMIO}, index=7 }
}

return IoMatrix_netx500

0 comments on commit 36f8e4f

Please sign in to comment.