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 82b4bc6 commit d108eaaCopy full SHA for d108eaa
src/franzininho-element.ts
@@ -13,8 +13,8 @@ export class FranzininhoElement extends LitElement {
13
readonly pinInfo: ElementPin[] = [
14
{ name: 'GND.1', x: 218.5, y: 23.3, signals: [{ type: 'power', signal: 'GND' }] },
15
{ name: 'VCC.1', x: 218.5, y: 32.9, signals: [{ type: 'power', signal: 'VCC', voltage: 5 }] },
16
- { name: 'PB5', x: 218.5, y: 42.5, signals: [analog(0)] },
17
- { name: 'PB4', x: 218.5, y: 52.2, signals: [analog(2), { type: 'pwm' }] },
+ { name: 'PB4', x: 218.5, y: 42.5, signals: [analog(2), { type: 'pwm' }] },
+ { name: 'PB5', x: 218.5, y: 52.2, signals: [analog(0)] },
18
{ name: 'PB3', x: 218.5, y: 61.7, signals: [analog(3)] },
19
{ name: 'PB2', x: 218.5, y: 71.2, signals: [spi('SCK'), i2c('SCL'), analog(1)] },
20
{ name: 'PB1', x: 218.5, y: 80.9, signals: [spi('MISO'), { type: 'pwm' }] },
0 commit comments