From f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 28 Mar 2021 10:12:10 -0500 Subject: Add a basic VtoI function Also rearrange things and commit iconoclasm --- EE3102Testing.X/spies046_lab6_buffer_v001.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 EE3102Testing.X/spies046_lab6_buffer_v001.h (limited to 'EE3102Testing.X/spies046_lab6_buffer_v001.h') diff --git a/EE3102Testing.X/spies046_lab6_buffer_v001.h b/EE3102Testing.X/spies046_lab6_buffer_v001.h deleted file mode 100644 index 96d2ecf..0000000 --- a/EE3102Testing.X/spies046_lab6_buffer_v001.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * File: spies046_lab6_buffer_v001.h - * Author: micha - * - * Created on April 14, 2020, 1:56 PM - */ - -#ifndef SPIES046_LAB6_BUFFER_V001_H -#define SPIES046_LAB6_BUFFER_V001_H - -#ifdef __cplusplus -extern "C" { -#endif - - void putVal(int newValue); - int getAvg(); - void initBuffer(); - - -#ifdef __cplusplus -} -#endif - -#endif /* SPIES046_LAB6_BUFFER_V001_H */ - -- cgit v1.2.3