Right turn

The right rear motor should remain stationary and left rear motor should rotate anticlockwise:

module.exports.move_right = function(callback) {   indicatorRight();    enable_1.digitalWrite(0);   input_1.digitalWrite(0);   input_2.digitalWrite(0);  enable_2.digitalWrite(1);   input_3.digitalWrite(1);   input_4.digitalWrite(0);  console.log ("Turn Right")   callback ("Turn Right")}

Get Internet of Things with Raspberry Pi 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.