瀏覽代碼

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