Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

utility.h

Committer:
spm71
Date:
2018-04-06
Revision:
56:048b30c9f2a1
Parent:
38:57af77435ae1

File content as of revision 56:048b30c9f2a1:

/******************************************************************************
* EECS 397
*
* Assignment Name: Lab 6: WaG
* 
* Authors: Sam Morrison and Phong Nguyen 
* File name: utility.h
* Purpose: Header for utility functions
*
* Created: 03/20/2018
* Last Modified: 03/20/2018
*
******************************************************************************/
#ifndef UTILITY_H
#define UTILITY_H

#include "mbed.h"
#include "io_pins.h"

int uti_chk_ubutton();

#endif