Psi Swarm robot library version 0.9

Dependents:   PsiSwarm_V9_Blank

Fork of PsiSwarmV9 by James Hilder

Revision:
19:3e3b03d80ea3
Parent:
14:2f1ad77d281e
diff -r 9204f74069b4 -r 3e3b03d80ea3 animations.h
--- a/animations.h	Sun Jun 04 20:22:41 2017 +0000
+++ b/animations.h	Mon Jun 05 22:47:14 2017 +0000
@@ -48,6 +48,9 @@
     void set_colour(char colour);
 
     private:
+    void IF_vibrate(void);
+    void IF_led_run1(void);
+    char animation_running;
     char hold_colour;
     char animation_counter;
     Timeout animation_timeout;