An open API service indexing awesome lists of open source software.

https://github.com/mrquincle/crownstone-cpp

Control Crownstone via bluetooth (cpp)
https://github.com/mrquincle/crownstone-cpp

Last synced: 7 months ago
JSON representation

Control Crownstone via bluetooth (cpp)

Awesome Lists containing this project

README

          

# Crownstone

Control your Crownstones locally using these C++ examples.

# Build

Fork this repository, run git clone and cd to the directory of the downloaded code.

```
mkdir build
cd build
cmake ..
make
```