From 5d4fd43bbccd3b1da97d3139b95eab9173777bef Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 26 Feb 2013 16:38:19 +0100 Subject: remove old c/c++ implementations --- arduino/ace_old/physical.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 arduino/ace_old/physical.h (limited to 'arduino/ace_old/physical.h') diff --git a/arduino/ace_old/physical.h b/arduino/ace_old/physical.h deleted file mode 100644 index 74272ff..0000000 --- a/arduino/ace_old/physical.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef PHYSICAL_H -#define PHYSICAL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#include -#define SERIAL_BUFFER_SIZE 64 - -void init_physical_layer(uint32_t baud); -void to_physical_layer(uint8_t s); //implemented in physical -void from_physical_layer(uint8_t r); //should be implemented in link - -#ifdef __cplusplus -} // extern "C" -#endif - -#endif /* PHYSICAL_H */ -- cgit v1.2.3