UKESF Headstart Summer School / PsiSwarm-Headstart

Dependents:   UKESF_Lab

Fork of PsiSwarmLibrary by James Hilder

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dances.h Source File

dances.h

00001 /* University of York Robotics Laboratory PsiSwarm Library: Dances Header File
00002  * 
00003  * Library of simple predetermined movements
00004  *
00005  * File: dances.h
00006  *
00007  * (C) Dept. Electronics & Computer Science, University of York
00008  * James Hilder, Alan Millard, Alexander Horsfield, Homero Elizondo, Jon Timmis
00009  *
00010  * PsiSwarm Library Version: 0.41
00011  *
00012  * March 2016
00013  *
00014  *
00015  */
00016 
00017 #ifndef DANCES_H
00018 #define DANCES_H
00019 
00020 void vibrate(void);
00021 
00022 #endif