Search Results

by LucasP
Mon Mar 27, 2017 4:55 pm
Forum: C/C++
Topic: 3/3/3 1044 Problem waiting for attachment
Replies: 1
Views: 18380

Re: 3/3/3 1044 Problem waiting for attachment

You need to run Spatial-simple.c
by LucasP
Tue Feb 21, 2017 5:06 pm
Forum: C/C++
Topic: Modifying the Simple-Stepper program to remove getchar
Replies: 1
Views: 22105

Re: Modifying the Simple-Stepper program to remove getchar

This function is what you are looking for:

Code: Select all

CPhidgetStepper_getStopped
Note: this function only lets you know if commands are being sent to the motor. The 1067 has no way of knowing if the shaft is actually moving or not.