Skip to content
Snippets Groups Projects
Commit 0ae1daae authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

updated pressure sensor default address

parent d8c3405e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ try: ...@@ -7,7 +7,7 @@ try:
except ImportError: except ImportError:
from umnp.microcontroller.umock.machine import I2C from umnp.microcontroller.umock.machine import I2C
LPS28DFW_DEFAULT_ADDRESS = 0x5C LPS28DFW_DEFAULT_ADDRESS = 0x5D
LPS28DFW_READ = 0xB9 LPS28DFW_READ = 0xB9
LPS28DFW_WRITE = 0xB8 LPS28DFW_WRITE = 0xB8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment