Added an example for sensor readout via interrupts.
As a result, we don't need any delay() in our code and we don't need to poll the sensor.
In order to get the interrupt mode working, I added the missing Command Bit in the function clearInterrupt().
Furthermore I fixed a typo in the comments.
Added an example for sensor readout via interrupts. As a result, we don't need any delay() in our code and we don't need to poll the sensor. In order to get the interrupt mode working, I added the missing Command Bit in the function clearInterrupt(). Furthermore I fixed a typo in the comments.