Skip to content

JCP-Robotics/MATE-2019-Pi-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

MATE-2019-Pi-Code

The code to run on the Raspberry Pi for our MATE Ranger 2019 robot.

Instruction cheatsheet

Right now we are actually sending the instruction encoded as a single-byte character to the Arduino through serial. Each number is corresponding to a specified instruction which we are going to implement on the Arduino.

FORWARD = 0
BACKWARD = 1
LEFT = 2
RIGHT = 3
CLOCKWISE = 4
COUNTERCLOCKWISE = 5
UP = 6
DOWN = 7
NEUTRAL = 8
UNKNOWN = 9

About

The code to run on the Raspberry Pi for our MATE Ranger 2019 robot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages