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)
- Host: GitHub
- URL: https://github.com/mrquincle/crownstone-cpp
- Owner: mrquincle
- Created: 2020-11-29T00:49:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T09:42:24.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T09:42:52.517Z (9 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```