forked from androidthings/contrib-drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
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
getting up to date code #1
Merged
Merged
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
Change-Id: Iaeb256271e78235e49ef4aa2dd8eb2390c1e6359
Change-Id: Ic515b65773f9bd1a04ef242971d057e2eff7cff9
Change-Id: I466602ffbcafab3aa0c961daf1912619a07d90a6
- expose MAX_BRIGHTNESS - add getBrightness() Bug: 33490393 Change-Id: Ie62c3e3e6e9f7f5ddbeebc7bd11a177b7edd466e
Change-Id: I3aab8e94b664fe8e676dc006a81c9b3b29116b34
As described in mockito/mockito#324 mockito-all includes hamcrest classes, which can conflicts with the ones provided in junit. Moving to mockito-core to avoid the issue. Change-Id: I90cbd39b368d66b25578773d285a16b8de32d7d3
Change-Id: Ibba688b1671d7e6ba19a996be7c120f1231bff75
…reziriarte/contrib-drivers into feature/rainbowhat-add-ledstrip-size * 'feature/rainbowhat-add-ledstrip-size' of github.com:ipereziriarte/contrib-drivers: Define LEDSTRIP_LENGTH with size 7
Update ButtonInputDriver.java
Bug: 34046054 Change-Id: Ib1b50051cac0b090f7e6bba584be19d62a6a5bb2
Fixed a typo on package name.
Update README.md
Optional param for I2C address in constructor
Replace invalid method name in pwmservo README
Bug: 63582357 Change-Id: I6bbcc9015a67729a7c63fcbffd87d3a71e496a88
Change-Id: Ie2b19f84422f79edde21780f77a530345aee2e82
Change-Id: I38ff46aa444f7d409e69e0e1419c106d1abad1c8
This driver encaspulates code relevant to the voicehat board used in the AIY voice kits. Bug: 63581512 Change-Id: Ie7200a78851c3baf3e42bfd24f78898518a6a3dd
Change-Id: I89c0e2254f91efa21acaee75c56765a112c85cba
Bug: 63998877 Change-Id: I08fad1be90c0422cd5a126c3686046fd1e054387
…xception for an invalid value and removing un-neccessary spaces.
Supports Gesture events by sending key events when gestures are detected. Custom gesture detector can be implemented by extending `GestureDetector` class. Bug: 63375138 Change-Id: I2ba39b958a431c4428babd719f424484a04bd483
The version name "SNAPSHOT" does not work with a local maven repository other than the default HOME/.m2 used by mavenLocal(). Any other name seems to work fine. Change-Id: Ifd0ce1f684f1c20ef0c02bb6b88c15927458b057
adding in the ability to set the contrast on the ssd1306
We should not use required=true (default) on uses-library in our drivers, otherwise it becomes hard to reuse the app on non-Android Things platforms, since the driver's manifest will be merged with the app's manifest and will keep the "required=true" clause, blocking installation on other platforms like phones. Change-Id: I2229b74f1f1f11d2a488d1c124c959a04e955a1c
Change-Id: Iffb983b532a84b27db7426f103526b3619db9ed4
Change-Id: I9244bb8e4aec4c240d3628e9eef42cb6abd96927
This allows a user to connect an MxN keypad which has (M+N) pins and receive key events in their activities. Unit tests and instrumentation tests verify the functionality of the driver. Change-Id: I045be584faede4e59fbfc9f5f43e4fb17b3da16b
Bug: 65024405 Change-Id: I5e9c46d06ea0e99ea339a0dac04e453028099d5a
Change-Id: Iefad507a0d2aff07efccb1cda750ac654b3d6c86
Change-Id: I0167899be6743b19d6969ef66819deebcd6a1f4b
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.
No description provided.