Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: kionix-kx123-hello rohm-bh1790glc-hello simple-sensor-client rohm-SensorShield-example
Fork of rohm-sensor-hal by
module.json@13:3d4508874121, 2017-06-16 (annotated)
- Committer:
- MikkoZ
- Date:
- Fri Jun 16 11:54:33 2017 +0000
- Revision:
- 13:3d4508874121
- Parent:
- 8:dea50f607a45
Changes to make bh1790 working.; ; Changed return values and added two separate write commands to choose from. Not tested on other drivers (kx123), so don't update yet if you are not planning to make fixes.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Mikko Koivunen |
3:309530db41ec | 1 | { |
| MikkoZ | 8:dea50f607a45 | 2 | "name": "RegisterWriter", |
| Mikko Koivunen |
3:309530db41ec | 3 | "version": "0.1.0", |
| Mikko Koivunen |
3:309530db41ec | 4 | "license": "Apache-2.0", |
| MikkoZ | 8:dea50f607a45 | 5 | "description": "Rohm HAL cpp for sensor driver development", |
| Mikko Koivunen |
3:309530db41ec | 6 | "keywords": [ |
| Mikko Koivunen |
3:309530db41ec | 7 | "rohm", |
| Mikko Koivunen |
3:309530db41ec | 8 | "hal" |
| Mikko Koivunen |
3:309530db41ec | 9 | ], |
| Mikko Koivunen |
3:309530db41ec | 10 | "author": "Mikko Koivunen", |
| Mikko Koivunen |
3:309530db41ec | 11 | "repository": { |
| MikkoZ | 8:dea50f607a45 | 12 | "url": "https://github.com/MikkoZ-Rohm/RegisterWriter.git", |
| Mikko Koivunen |
3:309530db41ec | 13 | "type": "git" |
| Mikko Koivunen |
3:309530db41ec | 14 | }, |
| Mikko Koivunen |
3:309530db41ec | 15 | "dependencies": { |
| Mikko Koivunen |
3:309530db41ec | 16 | "mbed-drivers": "1.2.0" |
| Mikko Koivunen |
3:309530db41ec | 17 | } |
| Mikko Koivunen |
3:309530db41ec | 18 | } |
