We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10118fd commit c0b7feaCopy full SHA for c0b7fea
src/arduino-nano-element.ts
@@ -39,8 +39,8 @@ export class ArduinoNanoElement extends LitElement {
39
{ name: 'A5', x: 96.5, y: 62.4, signals: [analog(5), i2c('SDA')] },
40
{ name: 'A6', x: 106.1, y: 62.4, signals: [analog(6)] },
41
{ name: 'A7', x: 115.7, y: 62.4, signals: [analog(7)] },
42
- { name: '5V.1', x: 125.3, y: 62.4, signals: [{ type: 'power', signal: 'VCC', voltage: 5 }] },
43
- { name: 'RESET.1', x: 134.9, y: 62.4, signals: [] },
+ { name: '5V', x: 125.3, y: 62.4, signals: [{ type: 'power', signal: 'VCC', voltage: 5 }] },
+ { name: 'RESET', x: 134.9, y: 62.4, signals: [] },
44
{ name: 'GND.1', x: 144.5, y: 62.4, signals: [{ type: 'power', signal: 'GND' }] },
45
{ name: 'VIN', x: 154.1, y: 62.4, signals: [{ type: 'power', signal: 'VCC' }] },
46
{ name: '12.2', x: 163.7, y: 43.2, signals: [spi('MISO')] },
0 commit comments