You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not a skilled C dev, so please excuse any stupid questions,
I was looking through the code (.ino) and was trying to figure out the best strategy for adding additional scales to the code.
Extend the Reader Struct to have x,y&z Microns , timestamp?
have an array of Reader?
Use the Packet Bits 21..22 for Axis Identification?
sequentially read each scale in the Thread ( Task )?
What would be your preferred pattern? Can you provide an example of the .ino using multiple axis?
btw, I am willing to try and implement some of the embedded mill functions (Drill Circle etc)
The text was updated successfully, but these errors were encountered:
I am not a skilled C dev, so please excuse any stupid questions,
I was looking through the code (.ino) and was trying to figure out the best strategy for adding additional scales to the code.
What would be your preferred pattern? Can you provide an example of the .ino using multiple axis?
btw, I am willing to try and implement some of the embedded mill functions (Drill Circle etc)
The text was updated successfully, but these errors were encountered: