Large change that removes the duplicated MIT notice withe a spdx tag Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
12 lines
278 B
Python
Executable File
12 lines
278 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_SPI_BUS_NUM = 0
|
|
MOCK_SPI_REPLY_DATA_MODIFIER_BYTE = 0xAB
|
|
MOCK_SPI_REPLY_DATA_MODIFIER_WORD = 0xABBA
|
|
MOCK_SPI_TEST_DATA_LEN = 5
|