Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "py/obj.h"
Go to the source code of this file.
Classes | |
struct | _mp_pin_p_t |
Macros | |
#define | MP_PIN_READ (1) |
#define | MP_PIN_WRITE (2) |
#define | MP_PIN_INPUT (3) |
#define | MP_PIN_OUTPUT (4) |
Typedefs | |
typedef struct _mp_pin_p_t | mp_pin_p_t |
Functions | |
int | mp_virtual_pin_read (mp_obj_t pin) |
void | mp_virtual_pin_write (mp_obj_t pin, int value) |
mp_obj_t | mp_pin_make_new (const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *args) |
typedef struct _mp_pin_p_t mp_pin_p_t |
mp_obj_t mp_pin_make_new | ( | const mp_obj_type_t * | type, |
size_t | n_args, | ||
size_t | n_kw, | ||
const mp_obj_t * | args | ||
) |
int mp_virtual_pin_read | ( | mp_obj_t | pin | ) |
void mp_virtual_pin_write | ( | mp_obj_t | pin, |
int | value | ||
) |