|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to tell if hardware component is detached?
How can a program tell if a component on the robot is working/attached or not?
For example, if I wrote... Code:
void MyFunction()
{
Jaguar *j = new Jaguar(3);
j->Set(1.0);
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|