Push button & Servo robot
Posted: Tue Nov 29, 2016 1:53 pm
Two quick questions:
1) What code would I need to cause a push button to flash an LED light bulb everytime the button is pushed? Would I need to alter a sample code from phidgets?
2) What does this following code do to the servo robot?
I assume something with the movement? or Activating it maybe?
Thanks!
1) What code would I need to cause a push button to flash an LED light bulb everytime the button is pushed? Would I need to alter a sample code from phidgets?
2) What does this following code do to the servo robot?
Code: Select all
calllib('phidget21', 'CPhidgetAdvancedServo_setEngaged', handle, 1, 0);
Thanks!