nickng / hexacopter-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Python Client Library for RoboVero.

Contents
========
./arduino.py	Arduino compatibility layer
./extras.py	Python wrappers for non-driver c functions
./internals.py	Implements core client library functionality
./launcher.py	A short script for launching RoboVero examples
./examples/	Client library usage examples
./drivers/	Python wrappers for driver functions 		

Getting Started
===============
Connect the RoboVero USB and apply power. Run one of the examples in the project root directory. For example,

 $ python gpio.py

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%