diff options
Diffstat (limited to 'firmware/source/periph/cordic.cpp')
-rw-r--r-- | firmware/source/periph/cordic.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/source/periph/cordic.cpp b/firmware/source/periph/cordic.cpp index 29ee068..b6a9d7e 100644 --- a/firmware/source/periph/cordic.cpp +++ b/firmware/source/periph/cordic.cpp @@ -1,3 +1,14 @@ +/** + * @file cordic.cpp + * @brief Provides mathematical functions for algorithms. + * + * Copyright (C) 2023 Clyne Sullivan + * + * Distributed under the GNU GPL v3 or later. You should have received a copy of + * the GNU General Public License along with this program. + * If not, see <https://www.gnu.org/licenses/>. + */ + #include "cordic.hpp" #include "hal.h" |