add license file

This commit is contained in:
Siwat Sirichai 2024-03-19 01:51:47 +07:00
parent 797e5a6184
commit d89df0ac20
6 changed files with 51 additions and 12 deletions

View file

@ -1,3 +1,13 @@
/**
* @file display.hpp
* @author Siwat Sirichai (siwat@siwatinc.com)
* @brief Class for interfacing with the CU Demonstration Secondary School IoT 2024 Display HMIs
* @version 0.1
* @date 2024-03-19
*
* @copyright Copyright (c) SIWAT SYSTEM 2024
*
*/
#pragma once
#include <InternalDisplay.hpp>
#include <lcd_elements.hpp>

View file

@ -6,7 +6,7 @@
* @version 0.1
* @date 2024-03-19
*
* @copyright Copyright (c) Siwat System 2024
* @copyright Copyright (c) SIWAT SIRICHAI 2024
*
*/
#include "display.hpp"

View file

@ -5,9 +5,12 @@
* @version 0.1
* @date 2024-03-19
*
* @copyright Copyright (c) Siwat System 2024
* @copyright Copyright (c) SIWAT SYSTEM 2024
*
*/
#pragma once
/*****************************************
* Page IDs *
* ***************************************/

View file

@ -1,13 +1,3 @@
/**
* @file main.cpp
* @author Siwat Sirichai (siwat@siwatinc.com)
* @brief CU Demonstration Secondary School IoT 2024 Project Main File
* @version 1.0
* @date 2024-03-19
*
* @copyright Copyright (c) Siwat System 2024
*
*/
#include <main.hpp>
/************************************************

View file

@ -1,3 +1,13 @@
/**
* @file main.cpp
* @author Siwat Sirichai (siwat@siwatinc.com)
* @brief CU Demonstration Secondary School IoT 2024 Project Main File
* @version 1.0
* @date 2024-03-19
*
* @copyright Copyright (c) SIWAT SYSTEM 2024
*
*/
#pragma once
#include <ESPMegaProOS.hpp>
#include <ClimateCard.hpp>