TESIS SATUROMETRICA / vector_int24
Revision:
1:d043a9b85963
Parent:
0:58277eb442ad
--- a/vector_int24.h	Fri Aug 26 21:33:39 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#ifndef MBED_VECTOR_INT24_H
-#define MBED_VECTOR_INT24_H
-
-#include "mbed.h"
-
-//LOS VALORES SON DEVUELTOS EN FORMATO INT32; SIN EMBARGO SOLO SE REALIZAN CONVERSIONES EQUIVALENTES A VARIABLES DE 24BITS
-
-int32_t pointer_to_int32 (uint8_t *vect);//función que devuelve un int32 acorde al valor del puntero "vect", donde el LSB es point[0]
-void int32_to_pointer (int32_t dato, uint8_t *point);//función que coloca los valores de "dato" en el puntero "point", donde el LSB se encuentra en point[0];
-
-#endif
\ No newline at end of file