Chris Mullins hace 8 años
padre
commit
aeb392a6bb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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