-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
Hello,
Very good spec sensor but the lib is useless for serious application.
There is too many blocking code inside it :
while(busyFlag != 0) // Loop until device is not busy
{
... update busyFlag ...
}
delay(1); // 1 ms delay for robustness with successive reads and writes
You can't do this on a microcontroller 1ms is a huge waste like many years lol.
My project need a serious non blocking code, I must rewrite this unusable lib :(
Pascal
Metadata
Metadata
Assignees
Labels
No labels