Archived
Template
1
0

update button class with automatic generated file with XFTGenerator

This commit is contained in:
2023-07-12 14:53:31 +02:00
parent 7dee82956d
commit 2dd13a3621
10 changed files with 308 additions and 282 deletions

View File

@@ -14,6 +14,7 @@
#include "../board/button.h"
#include "../middleware/clickHandler.h"
#include "../middleware/blinker.h"
#include "app.h"
typedef struct {
LED l1_;
@@ -35,6 +36,7 @@ typedef struct {
BLINKER blL_;
BLINKER blR_;
BLINKER blB_;
APP app_;
} Factory;
@@ -66,5 +68,6 @@ BLINKER* blL();
BLINKER* blR();
BLINKER* blB();
APP* app();
#endif