Skip to content

Commit

Permalink
Update I2C_mutex.py
Browse files Browse the repository at this point in the history
Added license
  • Loading branch information
CleoQc authored Aug 27, 2020
1 parent f7d39ca commit bf0d652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions miscellaneous/I2C_mutex.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# https://www.dexterindustries.com
#
# Copyright (c) 2020 Dexter Industries
# Released under the MIT license (http://choosealicense.com/licenses/mit/).
# For more information see https://github.com/DexterInd/DI_Sensors/blob/master/LICENSE.md

import fcntl
import time
import os
Expand Down

0 comments on commit bf0d652

Please sign in to comment.