Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Lab_6_WaG by
utility.h
00001 /****************************************************************************** 00002 * EECS 397 00003 * 00004 * Assignment Name: Lab 6: WaG 00005 * 00006 * Authors: Sam Morrison and Phong Nguyen 00007 * File name: utility.h 00008 * Purpose: Header for utility functions 00009 * 00010 * Created: 03/20/2018 00011 * Last Modified: 03/20/2018 00012 * 00013 ******************************************************************************/ 00014 #ifndef UTILITY_H 00015 #define UTILITY_H 00016 00017 #include "mbed.h" 00018 #include "io_pins.h" 00019 00020 int uti_chk_ubutton(); 00021 00022 #endif
Generated on Mon Jul 18 2022 00:36:30 by
