Is it possible to read simultaneously (to two variables) from same sensor with python raspberry pi?
Do you have info about the sensor, and what protocol needs to be used to read its data?
(and what is your definition of simultaneously? Is there any time allowed between the reads?)
RPi is a sequential machine. How much time do you have to copy to 2 variables and still call it simultaneous?