mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
5 lines
95 B
C
5 lines
95 B
C
#ifndef __PY_CLOCK_H__
|
|
#define __PY_CLOCK_H__
|
|
mp_obj_t py_clock();
|
|
#endif /* __PY_CLOCK_H__ */
|