Hello
Im writing an application in which I need to access the same resource asynchronically from some functions.
The problem is that the resource (I2C bus) supports only one call at a time.
I did try to use the "lock" statement. It seems not to work.
Any idea?
Thanks
Eli
View the full article
Im writing an application in which I need to access the same resource asynchronically from some functions.
The problem is that the resource (I2C bus) supports only one call at a time.
I did try to use the "lock" statement. It seems not to work.
Any idea?
Thanks
Eli
View the full article