Skip to content
Snippets Groups Projects
Commit 392a8ff4 authored by knmcguire's avatar knmcguire
Browse files

#124 adding infrastructure to start documentation

parent 46ab54b1
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,11 @@ dist/* ...@@ -7,3 +7,11 @@ dist/*
.tox* .tox*
venv* venv*
**/cache/*.json **/cache/*.json
#eclipse generated files
.project
.pydevproject
.settings/*
#jekyll generated pages
docs/.jekyll-metadata
- page_id: home
- title: Install Instructions
subs:
- {page_id: dummy}
---
title: Home
page_id: home
---
cflib is an API written in Python that is used to communicate with the Crazyflie
and Crazyflie 2.0 quadcopters. It is intended to be used by client software to
communicate with and control a Crazyflie quadcopter. For instance the [Crazyflie PC client](https://github.com/bitcraze/crazyflie-clients-python) uses the cflib.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment