Steering wheel remote audio control

You work ring pin with ardunio??

XY pin INPUT mode and HIGH és nothing....

  void setup() {
  pinMode(12,INPUT); //ring
}
void loop() {

digitalWrite(12, HIGH);
}