Tested on Yosemite. Should work on El Cap. Message me if it doesn't.
- You are tired of using vagrant
- You want to run guard
- You want use Sublime plugins (like RSpec or Guard plugins)
- You want your code to run faster in development
| #include <NewPing.h> | |
| #include <Servo.h> | |
| #define ROTATION_SPEED 150 | |
| #define DEFAULT_SPEED 150 | |
| // Motor pins | |
| const int MOTOR_RIGHT_IN1 = 2; | |
| const int MOTOR_RIGHT_IN2 = 3; | |
| const int MOTOR_LEFT_IN3 = 4; |
| #include <NewPing.h> | |
| #include <Servo.h> | |
| #define ROTATION_SPEED 150 | |
| #define DEFAULT_SPEED 150 | |
| // Motor pins | |
| const int MOTOR_RIGHT_IN1 = 2; | |
| const int MOTOR_RIGHT_IN2 = 3; | |
| const int MOTOR_LEFT_IN3 = 4; |
Tested on Yosemite. Should work on El Cap. Message me if it doesn't.