summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr-controller/pid_control.c7
-rw-r--r--pcr-controller/pid_control.h7
2 files changed, 14 insertions, 0 deletions
diff --git a/pcr-controller/pid_control.c b/pcr-controller/pid_control.c
index ce39bc1..ee1d4f6 100644
--- a/pcr-controller/pid_control.c
+++ b/pcr-controller/pid_control.c
@@ -1,3 +1,10 @@
+/*
+ * OpenPCR Teensy Controller Code
+ *
+ *
+ * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+*/
+
#include "pid_control.h"
#include <avr/eeprom.h>
diff --git a/pcr-controller/pid_control.h b/pcr-controller/pid_control.h
index 0a8b2ad..4304565 100644
--- a/pcr-controller/pid_control.h
+++ b/pcr-controller/pid_control.h
@@ -1,3 +1,10 @@
+/*
+ * OpenPCR Teensy Controller Code
+ *
+ *
+ * Copyright (C) 2013 Bernhard Tittelbach <xro@realraum.at>
+*/
+
#ifndef PID_CONTROLLER_INCLUDE_H_
#define PID_CONTROLLER_INCLUDE_H_