ESP
0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
|
#include <ESP.h>
Functions | |
void | setup () |
Variables | |
OscInputStream | stream (8001,"/gyrosc/accel", 3) |
GestureRecognitionPipeline | pipeline |
int | timeout = 500 |
double | null_rej = 0.4 |
void setup | ( | ) |
double null_rej = 0.4 |
GestureRecognitionPipeline pipeline |
OscInputStream stream(8001,"/gyrosc/accel", 3) |
int timeout = 500 |