LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 259 forks source link

Add per-finger inversion of curl values and servo angles #97

Open WillNilges opened 1 year ago

WillNilges commented 1 year ago

I'm working on a design based on Proto 4.1 where the unspooling direction of the index and middle fingers has been flipped. This change allows me to invert the values read/written per-finger using bit fields and a little boolean math. I thought it might be useful to someone else.