Doxygen with github
Loading...
Searching...
No Matches
ksIotFrameworkLib.h
1/*
2 * Copyright (c) 2021-2023, Krzysztof Strehlau
3 *
4 * This file is a part of the ksIotFramework library.
5 * All licensing information can be found inside LICENSE.md file.
6 *
7 * https://github.com/cziter15/ksIotFrameworkLib/blob/master/LICENSE
8 */
9
10#pragma once
11
12#include "ksf/ksApplication.h"
13#include "ksf/ksSimpleTimer.h"
14#include "ksf/ksComponent.h"
15#include "ksf/ksConfig.h"
16#include "ksf/ksConstants.h"
17#include "ksf/evt/ksEvent.h"
18#include "ksf/comp/ksConfigProvider.h"
19#include "ksf/comp/ksLed.h"
20#include "ksf/comp/ksResetButton.h"
21#include "ksf/comp/ksMqttConfigProvider.h"
22#include "ksf/comp/ksMqttConnector.h"
23#include "ksf/comp/ksWifiConfigurator.h"
24#include "ksf/comp/ksWifiConnector.h"
25#include "ksf/comp/ksDevicePortal.h"
26#include "ksf/comp/ksDevStatMqttReporter.h"
27
28#include "ksf/ksAppRotator.h"