add: pulse relays
This commit is contained in:
parent
6641aa6112
commit
1cbdd8d9f2
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||
pkgname=emgauwa-controller-testing
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ source=("$pkgname-$pkgver.tar.gz::https://ci.serguzim.me/archive/emgauwa-control
|
|||
"emgauwa-controller-testing.sysusers"
|
||||
"emgauwa-controller-testing.tmpfiles")
|
||||
sha256sums=("SKIP"
|
||||
"91d6bb80b7bfabbe3fc500c72ecc5173c70ef27483135a02739c74baa5720298"
|
||||
"e467db2a2b382f34c125d01c735eb4ea83b971eb0928ac2863d19b7c151301c0"
|
||||
"0bbc44d680be2011800c553ae863663148be0820f08349993578c88e9a23b143"
|
||||
"b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798"
|
||||
"5a4ce46c1302546509c0024d4614b5b0d47dde02467b7bf52b28ef6c4ead91e7")
|
||||
|
|
|
@ -44,11 +44,13 @@ inverted = 1
|
|||
driver = gpio
|
||||
pin = 1
|
||||
inverted = 1
|
||||
pulse-duration = 3
|
||||
|
||||
[relay-7]
|
||||
driver = gpio
|
||||
pin = 0
|
||||
inverted = 1
|
||||
pulse-duration = 3
|
||||
|
||||
[relay-8]
|
||||
driver = gpio
|
||||
|
|
Reference in a new issue