grblHAL core  20240704
output_command Struct Reference

Data for M62, M63 and M67 commands when executed synchronized with motion. More...

#include <gcode.h>

Data Fields

bool is_digital
 
bool is_executed
 
uint8_t port
 
int32_t value
 
struct output_commandnext
 

Detailed Description

Data for M62, M63 and M67 commands when executed synchronized with motion.

Field Documentation

◆ is_digital

bool is_digital

◆ is_executed

bool is_executed

◆ next

struct output_command* next

◆ port

uint8_t port

◆ value

int32_t value

The documentation for this struct was generated from the following file: