ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
user_accelerometer_gestures_osc.cpp File Reference
#include <ESP.h>

Functions

void setup ()
 

Variables

OscInputStream stream (8001,"/gyrosc/accel", 3)
 
GestureRecognitionPipeline pipeline
 
int timeout = 500
 
double null_rej = 0.4
 

Function Documentation

void setup ( )

Variable Documentation

double null_rej = 0.4
GestureRecognitionPipeline pipeline
OscInputStream stream(8001,"/gyrosc/accel", 3)
int timeout = 500