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

Files at this revision

API Documentation at this revision

Comitter:
MikkoZ
Date:
Tue Apr 12 12:55:24 2016 +0000
Parent:
6:98280a97a486
Child:
8:4d5812bed3fb
Commit message:
Extra uint8_t definition removed; ; uint8_t definition in rohm_hal.h removed; .hgignore autoupdated by mbed classic ui;

Changed in this revision

.hgignore Show annotated file Show diff for this revision Revisions of this file
rohm-sensor-hal/rohm_hal.h Show annotated file Show diff for this revision Revisions of this file
--- a/.hgignore	Tue Apr 12 11:00:43 2016 +0300
+++ b/.hgignore	Tue Apr 12 12:55:24 2016 +0000
@@ -1,2 +1,19 @@
-syntax: glob
-.git/*
+syntax: regexp
+\.hgignore$
+\.git$
+\.svn$
+\.orig$
+\.msub$
+\.meta$
+\.ctags
+\.uvproj$
+\.uvopt$
+\.project$
+\.cproject$
+\.launch$
+\.project$
+\.cproject$
+\.launch$
+Makefile$
+\.ewp$
+\.eww$
\ No newline at end of file
--- 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