gitextract_e2qkp0pn/ ├── .github/ │ └── FUNDING.yml ├── LICENSE ├── README.md ├── examples/ │ ├── Otto_APP/ │ │ └── Otto_APP.ino │ ├── Otto_CalibrationWalk/ │ │ └── Otto_CalibrationWalk.ino │ ├── Otto_allmoves/ │ │ └── Otto_allmoves.ino │ ├── Otto_avoid/ │ │ └── Otto_avoid.ino │ ├── Otto_happybirthday/ │ │ └── Otto_happybirthday.ino │ ├── Otto_photoresistorTest/ │ │ └── Otto_photoresistorTest.ino │ ├── Otto_singleladies/ │ │ └── Otto_singleladies.ino │ ├── Otto_smoothcriminal/ │ │ └── Otto_smoothcriminal.ino │ ├── Otto_testSensor/ │ │ └── Otto_testSensor.ino │ └── Otto_touchmodes/ │ └── Otto_touchmodes.ino ├── keywords.txt ├── library.json ├── library.properties └── src/ ├── Oscillator.cpp ├── Oscillator.h ├── Otto.cpp ├── Otto.h ├── Otto_gestures.h ├── Otto_matrix.cpp ├── Otto_matrix.h ├── Otto_mouths.h ├── Otto_sounds.h ├── SerialCommand.cpp └── SerialCommand.h