Browse Source

attribution

Chris Mullins 8 years ago
parent
commit
aeb392a6bb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/Vector/Vector.h

+ 4 - 0
lib/Vector/Vector.h

@@ -1,3 +1,7 @@
+/**
+ * Taken from: https://redstoner.com/forums/threads/840-minimal-class-to-replace-std-vector-in-c-for-arduino
+ */
+ 
 #ifndef _VECTOR_H
 #define _VECTOR_H