Skip to content
Snippets Groups Projects
Verified Commit a8c3b396 authored by rahix's avatar rahix
Browse files

feat(epicardium): Add a lock for i2c


Multiple tasks might access the i2c bus simultaneously.  To prevent
race conditions, this patch introduces a lock which tasks should
acquire before accessing the bus.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 9f7a356d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment