floripasat / obdh

On-Board Data Handling Module
GNU General Public License v3.0
22 stars 10 forks source link

Protect the I2C0 interface from being used by more than 1 task #93

Closed eldertramontin closed 7 years ago

eldertramontin commented 7 years ago

Use a semaphore, mutex, gatekeeper or something else to assure that only 1 task is using the I²C0 interface at a time.