Add nanopb (https://github.com/metormote/nanopb) and generate example protocol buffer for beerduino (https://github.com/ilyevsky/beerduino)

This commit is contained in:
2015-03-12 15:30:51 +00:00
parent 6f5a1d7f71
commit 5ec12f2438
6 changed files with 59 additions and 208 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "protobuf"]
path = protobuf
url = https://github.com/google/protobuf.git
[submodule "nanopb"]
path = nanopb
url = https://code.google.com/p/nanopb/