Private
Public Access
2
0
Files
mraa/tests/mock/spi_checks_shared.py
Thomas Ingleby 170bdd104f spdx: add spdx tags to most files
Large change that removes the duplicated MIT notice withe a spdx tag

Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
2019-05-23 10:09:12 -07:00

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