final project  1
main.c File Reference

the main code for the robot to interact with the user More...

#include "main.h"

Go to the source code of this file.

Functions

void show_help ()
 shows the help menu More...
 
void main ()
 main method to run for robot control More...
 

Detailed Description

the main code for the robot to interact with the user

Author
Steven, Kynara, Saba, Bailey, Brett, Austin
Date
4/24/18

Definition in file main.c.

Function Documentation

◆ main()

void main ( )

main method to run for robot control

this code controls the robot; all input and output is passed through here

Definition at line 35 of file main.c.

◆ show_help()

void show_help ( void  )

shows the help menu

returns directions for each key that is used for robot control

Definition at line 16 of file main.c.