/* * This file is part of the OpenMV project. * * Copyright (c) 2013-2021 Ibrahim Abdelkader * Copyright (c) 2013-2021 Kwabena W. Agyeman * * This work is licensed under the MIT license, see the file LICENSE for details. * * FIR Python module. */ #ifndef __PY_FIR_H__ #define __PY_FIR_H__ void py_fir_init0(); #endif // __PY_FIR_H__