diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-29 00:03:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-29 00:03:52 +0000 |
commit | 1b38f28dcbf2f51b17e8ec8f647db40f4b919258 (patch) | |
tree | c4b11ed74432593f118465b0477cf879b2c5cb67 /README.md | |
parent | c68bc1899070aefd9e84096fa627bee18e3c0dcb (diff) | |
parent | ffab6de9c0e87fa8019d6a090d847b9017d2e015 (diff) |
Merge "Remove useless code and declare iio_infos in C code"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -16,16 +16,16 @@ subscription. | Name | Description | JSON Parameters | |:-------------------|:--------------------------------------------|:--------------------------------------------------------------- | -| subscribe | subscribe to 9 axis events | *Request:* {"event": "accel", "args":"xy", "frequency": "10" }| -| unsubscribe | unsubscribe to accelero events | *Request:* {"event": "accel" } | +| subscribe | subscribe to 9 axis events | *Request:* {"event": "acceleration", "args":"xy", "frequency": "10" }| +| unsubscribe | unsubscribe to accelero events | *Request:* {"event": "acceleration" } | ## Events For now, there are 3 different events matching with the different available sensors. -* "accel": is for acceleration data -* "magn": is for gyroscope data -* "anglvel": is for electronic compass data +* "acceleration": is for acceleration data +* "gyroscope": is for gyroscope data +* "compass": is for electronic compass data ## Frequency |