Numworks Epsilon
1.4.1
Graphing Calculator Operating System
helpers.h
Go to the documentation of this file.
1
#ifndef PYTHON_PORT_HELPERS_H
2
#define PYTHON_PORT_HELPERS_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
/* should_interrupt effectively does something once every 20000 calls. It checks
9
* if a key is down to raise an interruption flag. */
10
void
micropython_port_should_interrupt
();
11
12
#ifdef __cplusplus
13
}
14
#endif
15
16
#endif
micropython_port_should_interrupt
void micropython_port_should_interrupt()
Definition:
helpers.cpp:7
epsilon
python
port
helpers.h
Generated by
1.8.14