Skip to content

Instantly share code, notes, and snippets.

@ddefb
Created March 5, 2019 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddefb/67633ec5f9316fd5bcb972f7c0d1e43d to your computer and use it in GitHub Desktop.
Save ddefb/67633ec5f9316fd5bcb972f7c0d1e43d to your computer and use it in GitHub Desktop.
#include <AFMotor.h>
#include "controller_controller.h"
#include "robo.h"
AF_DCMotor motor1(1);
AF_DCMotor motor2(2);
AF_DCMotor motor3(3);
AF_DCMotor motor4(4);
int obs_sensor;
Robo__controller_mem mem;
Robo__controller_out _res;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment