mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add MP header
This commit is contained in:
parent
55740aa14d
commit
7a4cee620b
32
src/omv/py/mp.h
Normal file
32
src/omv/py/mp.h
Normal file
@ -0,0 +1,32 @@
|
||||
#ifndef __MP_H__
|
||||
#define __MP_H__
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stm32f4xx_hal.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "systick.h"
|
||||
#include "pendsv.h"
|
||||
#include "mpconfig.h"
|
||||
#include "qstr.h"
|
||||
#include "misc.h"
|
||||
#include "nlr.h"
|
||||
#include "lexer.h"
|
||||
#include "parse.h"
|
||||
#include "obj.h"
|
||||
#include "runtime.h"
|
||||
#include "gc.h"
|
||||
#include "gccollect.h"
|
||||
#include "pybstdio.h"
|
||||
#include "readline.h"
|
||||
#include "pyexec.h"
|
||||
#include "uart.h"
|
||||
#include "timer.h"
|
||||
#include "pin.h"
|
||||
#include "extint.h"
|
||||
#include "usrsw.h"
|
||||
#include "usb.h"
|
||||
#include "rtc.h"
|
||||
#include "storage.h"
|
||||
#include "sdcard.h"
|
||||
#endif /* __MP_H__ */
|
||||
Loading…
Reference in New Issue
Block a user