Numworks Epsilon  1.4.1
Graphing Calculator Operating System
helpers.cpp
Go to the documentation of this file.
1 #include "helpers.h"
2 #include <ion.h>
3 extern "C" {
4 #include "mphalport.h"
5 }
6 
8  static int c = 0;
9  c++;
10  if (c%20000 != 0) {
11  return;
12  }
13  c = 0;
17  }
18 }
19 
void mp_keyboard_interrupt(void)
c(generic_all_nodes)
bool keyDown(Key k) const
Definition: keyboard.h:47
int mp_interrupt_char
State scan()
Definition: keyboard.cpp:50
void micropython_port_should_interrupt()
Definition: helpers.cpp:7