summaryrefslogtreecommitdiff
path: root/extmod/machine_signal.h
blob: 17ffe5563f85e1c3a5728c5d8115bb47096b46a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) 2017 Paul Sokolovsky
// SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
//
// SPDX-License-Identifier: MIT

#ifndef MICROPY_INCLUDED_EXTMOD_MACHINE_SIGNAL_H
#define MICROPY_INCLUDED_EXTMOD_MACHINE_SIGNAL_H

#include "py/obj.h"

extern const mp_obj_type_t machine_signal_type;

#endif // MICROPY_INCLUDED_EXTMOD_MACHINE_SIGNAL_H