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,3 +1,14 @@
/**
* @file save_state.cpp
* @author Adam Wonak (https://github.com/awonak/)
* @brief Alt firmware version of Gravity by Sitka Instruments.
* @version 2.0.1
* @date 2025-07-04
*
* @copyright MIT - (c) 2025 - Adam Wonak - adam.wonak@gmail.com
*
*/
#include "save_state.h"
#include <EEPROM.h>