soundimpact library
v0.5
Sound impact occurence counting from other cog.
Main Page
Files
File List
Globals
soundimpact.h
Go to the documentation of this file.
1
28
#ifndef SOUNDIMPACT_H
29
#define SOUNDIMPACT_H
30
31
#if defined(__cplusplus)
32
extern
"C"
{
33
#endif
34
35
#include "simpletools.h"
36
44
int
*soundImpact_run(
int
pin);
45
46
53
void
soundImpact_end(
int
*processID);
54
55
61
int
soundImpact_getCount(
void
);
62
63
#if defined(__cplusplus)
64
}
65
#endif
66
/* __cplusplus */
67
#endif
68
/* SOUNDIMPACT_H */
69
70
Generated on Fri May 9 2014 20:04:03 for soundimpact library by
1.8.1.2