Platform HAL for rohm sensor drivers. Used for abstracting Arduino/mbed os/mbed classic.

Dependents:   rohm-bm1383-hello-mbedclassic rohm-bh1726-hello rohm-rpr0521-hello rohm-bh1745-hello ... more

Revision:
7:f83fa2f3cfab
Parent:
1:4d6dc19a2347
Child:
9:aecd1e03720a
--- a/rohm-sensor-hal/rohm_hal.h	Tue Apr 12 11:00:43 2016 +0300
+++ b/rohm-sensor-hal/rohm_hal.h	Tue Apr 12 12:55:24 2016 +0000
@@ -21,9 +21,6 @@
     #include "mbed.h"               //types
     #include "I2C.h"                //I2C
 
-    #ifndef uint8_t
-        #define uint8_t int
-    #endif
     #define USE_MBED_HARDWARE_I2C
     extern Serial pc;
     //Serial pc(USBTX, USBRX); done in main.cpp