summaryrefslogtreecommitdiff
path: root/pcr-controller
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-10-11 02:17:18 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-10-11 02:17:18 +0000
commit8c219d54f191e17cd2c4dea6068157b2485c65ae (patch)
treea041fc99ca12276bac736873ffb681decbfb7505 /pcr-controller
parentnow with PID control (diff)
copyright
git-svn-id: https://svn.spreadspace.org/avr/trunk@240 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller')
-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_