VirtualSensor
VirtualSensor copied to clipboard
feeding gyro values manualy.
i bought a arduino gyroscope sensor. i can receive gyro data from sensor to the app(via bluetooth) i want to know where to put that values. on virtual gyroscope.i don't wanna complete tutorial.i just want to know the path. thanks.
let say i have 3 datas x=3 y=4 z=5, where to append these datas on source codes? thanks
Right here : https://github.com/Frazew/VirtualSensor/blob/master/app/src/main/java/fr/frazew/virtualgyroscope/hooks/SensorChangeHook.java#L26 Just change the "values" array