Loading...
Searching...
No Matches
modmachine.h File Reference

MicroPython machine module type declarations. More...

Detailed Description

MicroPython machine module type declarations.

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e

Definition in file modmachine.h.

#include "py/obj.h"
#include "periph/gpio.h"
+ Include dependency graph for modmachine.h:

Go to the source code of this file.

Data Structures

struct  _machine_pin_obj_t
 Machine pin object. More...
 

Typedefs

typedef struct _machine_pin_obj_t machine_pin_obj_t
 Machine pin object.
 

Functions

 MP_DECLARE_CONST_FUN_OBJ_0 (machine_info_obj)
 Machine info function object.
 

Variables

const mp_obj_type_t machine_pin_type
 Machine pin object type.
 
const mp_obj_type_t machine_hw_spi_type
 Machine hardware SPI object type.
 
const mp_obj_type_t machine_adc_type
 Machine ADC object type.