Large change that removes the duplicated MIT notice withe a spdx tag Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
13 lines
293 B
Python
Executable File
13 lines
293 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Author: Alex Tereschenko <alext.mkrs@gmail.com>
|
|
# Copyright (c) 2016 Alex Tereschenko.
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
MRAA_I2C_BUS_NUM = 0
|
|
# These are defined in mock_board.c
|
|
MRAA_MOCK_I2C_ADDR = 0x33
|
|
MRAA_MOCK_I2C_DATA_LEN = 10
|
|
MRAA_MOCK_I2C_DATA_INIT_BYTE = 0xAB
|