From f3c28dd2f1a27ee8039a86942ccd2277fbb4102e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 8 Oct 2023 16:32:23 -0400 Subject: add to firmware documentation --- firmware/source/periph/cordic.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'firmware/source/periph/cordic.cpp') 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 . + */ + #include "cordic.hpp" #include "hal.h" -- cgit v1.2.3