Added copyright comments to serialConnector

This commit is contained in:
2026-01-25 16:19:04 +01:00
parent 1a6dce142c
commit ddc3a0b124
3 changed files with 24 additions and 0 deletions

View File

@@ -1,6 +1,17 @@
#pragma once
#include <Arduino.h>
/**
* @file serialConnector.h
* @author Lyubomir Penev (me@lpenev.com)
* @brief This file contains all the code to send and receive data over the the Arduino's serial port while ensuring complete data integrity
* @version 1
* @date 2026-01-25
*
* @copyright Copyright (c) 2026
*
*/
class SerialConnector
{