Skip to content

Commit

Permalink
nu801: add Meraki MR26 support
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
chunkeey committed Jun 5, 2022
1 parent d9942c0 commit f623879
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nu801.c
Expand Up @@ -111,6 +111,22 @@ static const struct hardware_definitions {
.functions = { "tricolor", "tricolor", "tricolor" },
},

{
.id = "meraki,mr26",
.gpio = {
.type = NUMBER,
.gpiochip = "gpiochip0",
.num = {
.cki = 0,
.sdi = 2,
.lei = 1,
},
},
.ndelay = 500,
.colors = { "blue", "green", "red" },
.functions = { "tricolor", "tricolor", "tricolor" },
},

{ 0, } /* Sentinel */
};

Expand Down

0 comments on commit f623879

Please sign in to comment.