mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ feed_inteno_packages ] package [ peripheral_manager ]
-------------------------------------------------------------------------------
* e130cb0 Add enable for leds.
-------------------------------------------------------------------------------
commit e130cb0369b750d97cf2d4af081149cad7f6bb38
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-04-27 12:54:13 +0200
Add enable for leds.
when enable set to 0 the led function will internally be set to state OFF.
it will still record any updates to state and when enable is set to 1 again
will show whatever state has been set to during the time it was disabled.
Base directory -> /
src/led.c | 37 ++++++++++++++++++++++++++++++++++---
1 file changed, 34 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
22e014b587
commit
c7b88666d8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager
|
|||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_VERSION:=bc5b8227410dac75d2525ef1946b842766982830
|
||||
PKG_SOURCE_VERSION:=e130cb0369b750d97cf2d4af081149cad7f6bb38
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue