Controls the flaps on the IM suit. When activated, the servos move to a few positions, then return to rest.
Make sure to install the Arduino Servo Library. Unzip the servo library and place the files into the same folder that you have Arduino installed on your pc.
The servos should be wired with Red cable to +5V, Black cable to GND, and Yellow/Orange cable to any of the numbered Arduino ports. The servos move to particular positions when prompted by the Hall Effect switch. The numbers that are in the code are based on the particular servos I'm using, the HS-311. Change the values as needed.
Hall effect tutorial can be found in this tutorial by Hobbytronics.