From 579e07adc686c87398da2918e0fcd236e47d466b Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Thu, 11 Jun 2015 22:50:47 +0100 Subject: [PATCH] Add readme stub listing dependencies --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3296fb --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Using PlatformIO http://docs.platformio.org/en/latest/index.html +And Google Protocol Buffers https://developers.google.com/protocol-buffers/docs/overview +And C implementation http://koti.kapsi.fi/jpa/nanopb/ + +Submodules +https://github.com/google/protobuf +https://github.com/metormote/nanopb deze +or +https://code.google.com/p/nanopb/ + +library +https://code.google.com/p/tm1638-library/ (TM1638 Library v2.1.3.zip) + +tutorial +http://tronixstuff.com/2012/03/11/arduino-and-tm1638-led-display-modules/ \ No newline at end of file