<h1> set up function </h1> ``` arduino= void setup () { motor carEngine(L_ENA, L_ENB, L_IN1 7, L_IN2 6, L_IN3 5, L_IN4 4); //sensor //bluetooth Serial.begin(9600); } ```