You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2018/05/08 12:43:11 UTC

[mynewt-core] 01/01: Merge pull request #1063 from michal-narajowski/blemesh_light

This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 4787e3b2f13526ad291d238a7a1a31b064d6bd92
Merge: 3a68537 1cd349f
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Tue May 8 14:43:06 2018 +0200

    Merge pull request #1063 from michal-narajowski/blemesh_light
    
    apps/blemesh_light: Add demo app that uses Light Lightness model

 apps/blemesh_light/pkg.yml           |  36 +++++
 apps/blemesh_light/src/light_model.c | 246 +++++++++++++++++++++++++++++++++++
 apps/blemesh_light/src/light_model.h |  20 +++
 apps/blemesh_light/src/main.c        | 124 ++++++++++++++++++
 apps/blemesh_light/src/ws2812.c      | 133 +++++++++++++++++++
 apps/blemesh_light/src/ws2812.h      |  42 ++++++
 apps/blemesh_light/syscfg.yml        |  60 +++++++++
 7 files changed, 661 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
naraj@apache.org.