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
Diff: module.json
- Revision:
- 1:4d6dc19a2347
- Parent:
- 0:38c206f19bb7
- Child:
- 2:3bb8ae3a8dee
diff -r 38c206f19bb7 -r 4d6dc19a2347 module.json
--- a/module.json Mon Apr 11 08:26:39 2016 +0000
+++ b/module.json Tue Apr 12 04:57:59 2016 +0000
@@ -1,17 +1,18 @@
-{
- "name": "rohm-sensor-hal",
- "version": "0.0.0",
- "description": "Rohm HAL for sensor driver development",
- "keywords": [
- "rohm",
- "hal"
- ],
- "author": "Mikko Koivunen",
- "repository": {
- "url": "",
- "type": "git"
- },
- "license": "Apache-2.0",
- "dependencies": {}
-}
-
+{
+ "name": "rohm-sensor-hal",
+ "version": "0.1.0",
+ "license": "Apache-2.0",
+ "description": "Rohm HAL for sensor driver development",
+ "keywords": [
+ "rohm",
+ "hal"
+ ],
+ "author": "Mikko Koivunen",
+ "repository": {
+ "url": "https://developer.mbed.org/teams/Rohm/code/rohm-sensor-hal",
+ "type": "hg"
+ },
+ "dependencies": {
+ "mbed-drivers": "1.2.0"
+ }
+}
\ No newline at end of file