Skip to content

Aquila Library Index

Rodmg edited this page Oct 28, 2014 · 1 revision

Aquila Library for Arduino IDE Reference

Using the library

For using this library, the following includes are needed in your sketch:

#include <Wire.h>
#include <Aquila.h>

Types and defines

  • Event: used for defining event identifiers.
  • BROADCAST: the broadcast address
  • AquilaProtocol: class, should not be used directly, instead use the "Aquila" object.

Function Reference