Skip to content

Commit

Permalink
7,8,11,12 digital input 3V BlackLine
Browse files Browse the repository at this point in the history
  • Loading branch information
aivs committed Mar 4, 2024
1 parent b6cc09b commit 9005c75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const pinList: Pin[] = [
busBars: [2, 3, 4, 5, 6, 7],
},
{
key: 'digital input',
key: 'digital input 3',
title: $localize`Digital input 0/3 V`,
options: IO.digitalInput,
busBars: [0],
Expand Down Expand Up @@ -190,7 +190,7 @@ export const pinList: Pin[] = [
busBars: [2, 3, 4, 5, 6, 7],
},
{
key: 'digital input',
key: 'digital input 3',
title: $localize`Digital input 0/3 V`,
options: IO.digitalInput,
busBars: [1],
Expand All @@ -209,7 +209,7 @@ export const pinList: Pin[] = [
pin: [
...IO.temperatureHumidity,
{
key: 'digital input',
key: 'digital input 3',
title: $localize`Digital input 0/3 V`,
options: IO.digitalInput,
},
Expand All @@ -228,7 +228,7 @@ export const pinList: Pin[] = [
...IO.ds18b20,
...IO.temperatureHumidity,
{
key: 'digital input',
key: 'digital input 3',
title: $localize`Digital input 0/3 V`,
options: IO.digitalInput,
},
Expand Down

0 comments on commit 9005c75

Please sign in to comment.