Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • authierj/dfall-system
1 result
Show changes
Showing
with 0 additions and 1745 deletions
// Includes all the deck C API headers
#ifndef __DECK_H__
#define __DECK_H__
/* Core: handles initialisation, discovery and drivers */
#include "deck_core.h"
/* Deck APIs */
#include "deck_constants.h"
#include "deck_digital.h"
#include "deck_analog.h"
#include "deck_spi.h"
#endif
This diff is collapsed.
Deck API
========
This folder contains files implementing the deck I/O API. Currently only the
Crazyflie 2.0 implements this api for the Deck expantion port I/Os.
The API is inspired by the Arduino API. It implements the arduino API mapping
C++ to C function in a consistent way.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.