Bluetooth communication for flocking.

Dependencies:   mbed

Fork of BeautifulMemeProject by James Hilder

PsiSwarm/dances.h

Committer:
jah128
Date:
2015-10-26
Revision:
10:1b09d4bb847b

File content as of revision 10:1b09d4bb847b:

/* University of York Robotics Laboratory PsiSwarm Library: Dances Header File
 * 
 * Library of simple predetermined movements
 *
 * File: dances.h
 *
 * (C) Dept. Electronics & Computer Science, University of York
 * James Hilder, Alan Millard, Homero Elizondo, Jon Timmis
 *
 * PsiSwarm Library Version: 0.3
 *
 * October 2015
 *
 */

#ifndef DANCES_H
#define DANCES_H

void vibrate(void);

#endif