Skip to content

Commit

Permalink
fix(arduino-mega): remove SS pin
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 26, 2024
1 parent 984d2cc commit 050e5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arduino-mega-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class ArduinoMegaElement extends LitElement {
{ name: '50', x: 361, y: 152, signals: [spi('MISO')] },
{ name: '51', x: 371, y: 152, signals: [spi('MOSI')] },
{ name: '52', x: 361, y: 161.5, signals: [spi('SCK')] },
{ name: '53', x: 371, y: 161.5, signals: [spi('SS')] },
{ name: '53', x: 371, y: 161.5, signals: [] },
{ name: 'GND.4', x: 361, y: 171.25, signals: [{ type: 'power', signal: 'GND' }] },
{ name: 'GND.5', x: 371, y: 171.25, signals: [{ type: 'power', signal: 'GND' }] },

Expand Down

0 comments on commit 050e5a9

Please sign in to comment.