Initial checkin.

This commit is contained in:
Pim van Pelt
2018-01-05 16:58:15 +01:00
commit 4679636fdc
42 changed files with 9600 additions and 0 deletions

9
unittest/test_buttons.c Normal file
View File

@ -0,0 +1,9 @@
#include "test.h"
int test_buttons() {
channel_init("testdata/testconfig0.json");
channel_init("testdata/testconfig1.json");
return 0;
}