Super cool. Reminds me of Belew-ear King Crimson or Talking Heads or something like that. Particularly the guitar tone. Real snappy/slappy.
So it looks like esp-hal-tinyusb.h
isn’t on my system anywhere. Did find it on the expressif github:
Though it looks like it has a ton of other #include
s which also aren’t on my system.
It would be great if I could just have a .h
file in the same folder as the .ino
with manually added names (basically the process when doing it on a Teensy).
So far the code is working pretty well, with all the IMU stuff. Want to add a couple more functions like manually resetting to default calibration values, and a hacky drift-compensation for the YAW axis since it drifts a bit due to this being 6DOF vs 9DOF, so the sensor fusion stuff can’t really correct for yaw drift.