Merge branch 'master' into master

This commit is contained in:
Thomas Göttgens
2024-06-17 22:33:54 +02:00
committed by GitHub
7 changed files with 27 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#include "InputBroker.h"
#include "PowerFSM.h" // needed for event trigger
InputBroker *inputBroker;
InputBroker *inputBroker = nullptr;
InputBroker::InputBroker(){};

View File

@@ -1,6 +1,6 @@
#include "cardKbI2cImpl.h"
#include "InputBroker.h"
#include "detect/ScanI2C.h"
#include "main.h"
#include "detect/ScanI2CTwoWire.h"
CardKbI2cImpl *cardKbI2cImpl;

View File

@@ -1,6 +1,5 @@
#pragma once
#include "kbI2cBase.h"
#include "main.h"
/**
* @brief The idea behind this class to have static methods for the event handlers.