aboutsummaryrefslogtreecommitdiff
path: root/libraries/Matrix
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2008-02-23 21:52:53 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2008-02-23 21:52:53 +0000
commit1e2fec8d1a523f3053948a954e7a40f9184f8004 (patch)
treeb9a8377bc9f995ed021b5ba51570fcbf26a19a46 /libraries/Matrix
parent4efeb2f6475c02b8453a8de58a16f14427b04c1f (diff)
Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <Sprite.h> to hello_matrix example.
Diffstat (limited to 'libraries/Matrix')
-rw-r--r--libraries/Matrix/examples/hello_matrix/hello_matrix.pde1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
index eafed3e..127917f 100644
--- a/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
+++ b/libraries/Matrix/examples/hello_matrix/hello_matrix.pde
@@ -1,3 +1,4 @@
+#include <Sprite.h>
#include <Matrix.h>
// Hello Matrix