eeze/sensor: Print out what feature we are testing right now.

This commit is contained in:
Stefan Schmidt 2013-03-28 13:52:09 +00:00
parent 7bb467819b
commit ad9fbb41d2
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ main(void)
else
printf("Could not find a light sensor!\n");
printf("=== Test snyc read update: ===\n");
/* Get updated values on a sensor. This readout is synchronous. This way we
* can force a read out of the physical sensor instead of using the cached
* values. Depending on the hardware this can take a long time. If you don't have special