16 lines
167 B
C
Executable File
16 lines
167 B
C
Executable File
#include "arm_math.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#include "Patterns.h"
|
|
|
|
const char *patternData=(const char*)patterns;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|