You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch sir !
There is indeed a missing close function, the native wiring pi library does not provide any close function because it expects you to call close since it's open with open.
Will add a dispose function for I2C and any other resources opening a file descriptor
If I call wiringPiI2CSetup() I am returned an open file descriptor. What is the correct way to dispose of this if I no longer need the resource?
The text was updated successfully, but these errors were encountered: