I include the library function in the full sketch and I define setup function default
#include <string.h>
#include <math.h>
#include <Arduino.h>
#include "wavelib.h"
void setup()
{
Type: Posts; User: ermias
I include the library function in the full sketch and I define setup function default
#include <string.h>
#include <math.h>
#include <Arduino.h>
#include "wavelib.h"
void setup()
{
Dear Pete I would like to appreciate for your queeck response. In the full program I included the setup function and the liberery function for detail information here is the full skech program
...
first I would like to thank you in advance for your kind and valuable help. Here is my question I am trying to use the library made by for wavelet transform applcation for viberation data to...