aboutsummaryrefslogtreecommitdiffstats
path: root/source/dac.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/dac.hpp')
-rw-r--r--source/dac.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/dac.hpp b/source/dac.hpp
index 687e8cf..dc6cc3a 100644
--- a/source/dac.hpp
+++ b/source/dac.hpp
@@ -1,3 +1,14 @@
+/**
+ * @file dac.hpp
+ * @brief Wrapper for ChibiOS's DACDriver.
+ *
+ * Copyright (C) 2020 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/>.
+ */
+
#ifndef STMDSP_DAC_HPP_
#define STMDSP_DAC_HPP_