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.
Dependencies: mbed
Fork of PsiSwarm-BeaconDemo_Bluetooth by
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, Homero Elizondo, Jon Timmis 00009 * 00010 * PsiSwarm Library Version: 0.3 00011 * 00012 * October 2015 00013 * 00014 */ 00015 00016 #ifndef DANCES_H 00017 #define DANCES_H 00018 00019 void vibrate(void); 00020 00021 #endif
Generated on Thu Jul 14 2022 08:02:39 by
1.7.2
