Skip to content

Commit

Permalink
Add version to init
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 3, 2020
1 parent 7fb8dda commit 11c0054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/icm20948/__init__.py
@@ -1,6 +1,8 @@
import time
import struct

__version__ = '0.0.2'

CHIP_ID = 0xEA
I2C_ADDR = 0x68
I2C_ADDR_ALT = 0x69
Expand Down

0 comments on commit 11c0054

Please sign in to comment.