-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add window-app for the nrfconnect platform (#17678)
* [nrfconnect] samples: added support for window-app. Signed-off-by: Marcin Kajor <[email protected]> * [nrfconnect] samples: fixed operational status handling in window-app. Decrease amount of steps needed to fully close the shutter from 25 to 20. Initialize the PWMDEvice with level=0 per default. Signed-off-by: Marcin Kajor <[email protected]> * [nrfconnect] samples: docs revised by a technical writer. Signed-off-by: Marcin Kajor <[email protected]> * Restyled by prettier-markdown (#19) Co-authored-by: Restyled.io <[email protected]> * [nrfconnect] samples: fixed the simultaneous lift/tilt move. Signed-off-by: Marcin Kajor <[email protected]> * [nrfconnect] window-app: fix for the OperationalStatus. Signed-off-by: Marcin Kajor <[email protected]> * [nrfconnect] window-app: corrected BLE/Matter device IDs. Signed-off-by: Marcin Kajor <[email protected]> * [nrfconnect] window-app: reuse the Percent100thsToValue server utility in application code. Signed-off-by: Marcin Kajor <[email protected]> * [nrfconnect] window-app: small refinement when using the AbsuluteLimits. Signed-off-by: Marcin Kajor <[email protected]> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
dbfeeea
commit d228b75
Showing
38 changed files
with
2,553 additions
and
82 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,8 @@ | |
}; | ||
|
||
&pwm0 { | ||
/delete-property/ ch0-pin; | ||
/delete-property/ ch0-inverted; | ||
ch1-pin = < 0xe >; | ||
ch1-inverted; | ||
}; |
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
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
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
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
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
Oops, something went wrong.