Skip to content

Commit d108eaa

Browse files
arcostasiurish
authored andcommitted
fix(franzininho): PB4/PB5 positions are mixed up
1 parent 82b4bc6 commit d108eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/franzininho-element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export class FranzininhoElement extends LitElement {
1313
readonly pinInfo: ElementPin[] = [
1414
{ name: 'GND.1', x: 218.5, y: 23.3, signals: [{ type: 'power', signal: 'GND' }] },
1515
{ 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' }] },
16+
{ name: 'PB4', x: 218.5, y: 42.5, signals: [analog(2), { type: 'pwm' }] },
17+
{ name: 'PB5', x: 218.5, y: 52.2, signals: [analog(0)] },
1818
{ name: 'PB3', x: 218.5, y: 61.7, signals: [analog(3)] },
1919
{ name: 'PB2', x: 218.5, y: 71.2, signals: [spi('SCK'), i2c('SCL'), analog(1)] },
2020
{ name: 'PB1', x: 218.5, y: 80.9, signals: [spi('MISO'), { type: 'pwm' }] },

0 commit comments

Comments
 (0)