C++ Library for the PsiSwarm Robot - Version 0.8
Dependents: PsiSwarm_V8_Blank_CPP Autonomia_RndmWlk
Fork of PsiSwarmV7_CPP by
pic.h
- Committer:
- jah128
- Date:
- 2016-10-15
- Revision:
- 5:3cdd1a37cdd7
- Parent:
- 2:c6986ee3c7c5
- Child:
- 6:b340a527add9
File content as of revision 5:3cdd1a37cdd7:
/* University of York Robotics Laboratory PsiSwarm Library: PIC and Audio Driver Header File * * File: pic.h * * (C) Dept. Electronics & Computer Science, University of York * James Hilder, Alan Millard, Alexander Horsfield, Homero Elizondo, Jon Timmis * * PsiSwarm Library Version: 0.7 * * October 2016 * * */ #ifndef PIC_H #define PIC_H void play_audio_string(char * tune); void play_tune(char * tune, char length); char IF_check_pic_firmware(void); #endif