Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PsiSwarmV7 by
dances.h
- Committer:
- jah128
- Date:
- 2016-02-04
- Revision:
- 0:d6269d17c8cf
- Child:
- 2:c6986ee3c7c5
File content as of revision 0:d6269d17c8cf:
/* 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, Alexander Horsfield, Homero Elizondo, Jon Timmis
*
* PsiSwarm Library Version: 0.4
*
* February 2016
*
*
*/
#ifndef DANCES_H
#define DANCES_H
void vibrate(void);
#endif
