Source file: /~heha/basteln/NC/Mach3Usb/Mach3Usb.zip/MachDevImplementation.h

#pragma once


// Here are the entrypoints to the implementation to be called by Mach3via MachDevice.cpp.
// Declare them dere in case user gets bad ideas and changes argument list

void myUpdate ();						// 10Hz update loop

Detected encoding: ASCII (7 bit)2