https://github.com/octoblu/tentacle-pseudopod
The pseudopods the tentacle uses to...touch the outside world. This metaphor isn't getting strained at all.
https://github.com/octoblu/tentacle-pseudopod
Last synced: about 1 year ago
JSON representation
The pseudopods the tentacle uses to...touch the outside world. This metaphor isn't getting strained at all.
- Host: GitHub
- URL: https://github.com/octoblu/tentacle-pseudopod
- Owner: octoblu
- License: mit
- Created: 2015-05-26T18:24:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T23:04:01.000Z (almost 11 years ago)
- Last Synced: 2025-05-15T15:11:23.664Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 438 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# this is called tentacle-pseudopod-arduino now
## Build
Install protobuf and cmake
```shell
brew install cmake protobuf
```
Clone nanopb in a parallel directory:
```shell
git clone git@github.com:nanopb/nanopb ../nanopb
```