-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example: platform: Add GpioProperty #30
Merged
mrstegeman
merged 3 commits into
WebThingsIO:master
from
TizenTeam:sandbox/rzr/review/master
Aug 29, 2018
Merged
example: platform: Add GpioProperty #30
mrstegeman
merged 3 commits into
WebThingsIO:master
from
TizenTeam:sandbox/rzr/review/master
Aug 29, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on sysfs GPIO driver It is located in $module/*.js to support serverals drivers (wiring, etc) Change-Id: Ib393bb3f431f7b5bd3a3ce48797cd5ee08e9af49 Origin: https://github.com/rzr/webthing-iotjs Forwarded: WebThingsIO#30 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Same as ARTIK710, tested on ARTIK7 Change-Id: I919cfcfa5c1688d3e8edaaf8e72ec00cafe27707 Origin: https://github.com/rzr/webthing-iotjs Forwarded: WebThingsIO#30 Signed-off-by: Philippe Coval <p.coval@samsung.com>
More boards to come Change-Id: I9915a765458dc0695ad10a4da40e066d4bac729b Origin: https://github.com/rzr/webthing-iotjs Forwarded: WebThingsIO#30 Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr
force-pushed
the
sandbox/rzr/review/master
branch
from
August 28, 2018 22:53
d944edc
to
9f1ce57
Compare
mrstegeman
approved these changes
Aug 29, 2018
rzr
added a commit
to TizenTeam/webthing-node
that referenced
this pull request
Aug 29, 2018
Maybe squashed into: eff5122 Relate-to: WebThingsIO#30 Change-Id: I15d8dfe936598a7a12da5d183965d5c896815a0e Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr
added a commit
to TizenTeam/webthing-node
that referenced
this pull request
Aug 29, 2018
Mistake BoardThing should be a "constructor" for new Maybe squashed into: eff5122 Relate-to: WebThingsIO#30 Change-Id: I15d8dfe936598a7a12da5d183965d5c896815a0e Signed-off-by: Philippe Coval <p.coval@samsung.com>
mrstegeman
pushed a commit
that referenced
this pull request
Aug 29, 2018
rzr
added a commit
to TizenTeam/webthing-node
that referenced
this pull request
Jul 4, 2019
Only ADC has been tested yet, other GPIO and PWM can be added if needed like other ARTIK520 board. Relate-to: WebThingsIO#30 Change-Id: I71bb9f06910ece03d3047572a1ddcea78775e54a Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr
added a commit
to TizenTeam/webthing-node
that referenced
this pull request
Jul 4, 2019
Only ADC has been tested yet, other GPIO and PWM can be added if needed like other ARTIK520 board. Relate-to: WebThingsIO#30 Change-Id: I71bb9f06910ece03d3047572a1ddcea78775e54a Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr
added a commit
to TizenTeam/webthing-node
that referenced
this pull request
Jul 4, 2019
Only ADC has been tested yet, other GPIO and PWM can be added if needed like other ARTIK520 board. Relate-to: WebThingsIO#30 Change-Id: I71bb9f06910ece03d3047572a1ddcea78775e54a Signed-off-by: Philippe Coval <p.coval@samsung.com>
mrstegeman
pushed a commit
that referenced
this pull request
Jul 4, 2019
Only ADC has been tested yet, other GPIO and PWM can be added if needed like other ARTIK520 board. Relate-to: #30 Change-Id: I71bb9f06910ece03d3047572a1ddcea78775e54a Signed-off-by: Philippe Coval <p.coval@samsung.com>
rzr
added a commit
to TizenTeam/webthing-node
that referenced
this pull request
Jul 5, 2019
Only ADC has been tested yet, other GPIO and PWM can be added if needed like other ARTIK520 board. Relate-to: WebThingsIO#30 Change-Id: I71bb9f06910ece03d3047572a1ddcea78775e54a Signed-off-by: Philippe Coval <p.coval@samsung.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on sysfs GPIO driver
It is located in $module/*.js
to support serverals drivers (wiring, etc)
Change-Id: Ib393bb3f431f7b5bd3a3ce48797cd5ee08e9af49
Origin: https://github.com/rzr/webthing-iotjs
Signed-off-by: Philippe Coval p.coval@samsung.com