aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/source/periph/cordic.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-10-08 16:32:23 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-10-08 16:32:23 -0400
commitf3c28dd2f1a27ee8039a86942ccd2277fbb4102e (patch)
tree4eeeb849a986a3bfe4bf5660dc6dcee908d8863e /firmware/source/periph/cordic.cpp
parent82c3bedecbb4e80f44924c63518c6b5e1c861eff (diff)
add to firmware documentation
Diffstat (limited to 'firmware/source/periph/cordic.cpp')
-rw-r--r--firmware/source/periph/cordic.cpp11
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"