diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2017-04-08 14:23:27 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2017-04-08 14:23:27 +0200 |
commit | 62d3d6d5278972797dda57348ebaae4ca74b8828 (patch) | |
tree | c395b494b338f4cb36bd74c5493a7ccc4e76d8f1 /arduino | |
parent | f2683a4b707cd714b7f540ebf6482563df83d51e (diff) |
add reference to geometry functions
Diffstat (limited to 'arduino')
l--------- | arduino/Laserharfe/geometry.cpp | 1 | ||||
l--------- | arduino/Laserharfe/geometry.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arduino/Laserharfe/geometry.cpp b/arduino/Laserharfe/geometry.cpp new file mode 120000 index 0000000..8cbbc8c --- /dev/null +++ b/arduino/Laserharfe/geometry.cpp | |||
@@ -0,0 +1 @@ | |||
../../geometry.c \ No newline at end of file | |||
diff --git a/arduino/Laserharfe/geometry.h b/arduino/Laserharfe/geometry.h new file mode 120000 index 0000000..601a5ff --- /dev/null +++ b/arduino/Laserharfe/geometry.h | |||
@@ -0,0 +1 @@ | |||
../../geometry.h \ No newline at end of file | |||