Skip to content

DerekTitus/Lab8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab8

The main function of this lab is to create a robot that can navigate through a maze using the sensors and movement code from labs 7 and 6. This particular code utilizes a left wall follower to reach the end of the maze.

Extra Files

This program utilizes RobotSensors.h, RobotSensors.c, MoveBot.c, and MoveBot.h.

Functions

void initSensors()

unsigned int initRightSensor()

unsigned int initLeftSensors()

unsigned int initCenterSensor()

void initMotors()

void RightMotorForward()

voidRightMotorBackward()

void RightMotorStop()

void LeftMotorForward()

void LeftMotorBackward()

void LeftMotorStop()

void MoveForward()

void MoveBack()

void TurnLeft()

void TurnRight()

void StopBot()

void Delay()

void ShortDelay()

void ShorterDelay()

void MoveSmallRight()

void MoveSmallLeft()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published