Private
Public Access
2
0
Files
mraa/tests/mock/uart_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

11 lines
238 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_UART_DEV_NUM = 0
# This one is defined in mock_board_uart.h
MOCK_UART_DATA_BYTE = 0x5A