소스 검색

attribution

Chris Mullins 8 년 전
부모
커밋
aeb392a6bb
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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