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

#ifndef MICROPY_INCLUDED_EXTMOD_MACHINE_PINBASE_H
#define MICROPY_INCLUDED_EXTMOD_MACHINE_PINBASE_H

#include "py/obj.h"

extern const mp_obj_type_t machine_pinbase_type;

#endif // MICROPY_INCLUDED_EXTMOD_MACHINE_PINBASE_H