Add copyright license information

This commit is contained in:
2025-07-04 14:05:58 -07:00
parent f6b4b8a2ad
commit ab71ac9c37
18 changed files with 129 additions and 19 deletions

View File

@ -1,13 +1,11 @@
/**
* @file button.h
* @author Adam Wonak (https://github.com/awonak)
* @brief for interacting with trigger / gate inputs.
* @brief Wrapper class for interacting with trigger / gate inputs.
* @version 0.1
* @date 2025-04-20
*
* Provide methods to convey curent state (HIGH / LOW) and change in state (disengaged, engageing, engaged, disengaging).
*
* @copyright Copyright (c) 2025
*
* @copyright MIT - (c) 2025 - Adam Wonak - adam.wonak@gmail.com
*
*/
#ifndef BUTTON_H