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:
Sukru Senli 2016-05-04 13:22:44 +02:00
parent 22e014b587
commit c7b88666d8

View file

@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager
PKG_VERSION:=1.0.0 PKG_VERSION:=1.0.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE_VERSION:=bc5b8227410dac75d2525ef1946b842766982830 PKG_SOURCE_VERSION:=e130cb0369b750d97cf2d4af081149cad7f6bb38
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager