Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davemckelvie/things-drivers
Drivers for Android Things
https://github.com/davemckelvie/things-drivers
Last synced: 9 days ago
JSON representation
Drivers for Android Things
- Host: GitHub
- URL: https://github.com/davemckelvie/things-drivers
- Owner: davemckelvie
- Created: 2016-12-26T19:49:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T20:22:15.000Z (12 months ago)
- Last Synced: 2024-08-01T17:24:31.875Z (3 months ago)
- Language: Java
- Homepage: http://www.android.geek.nz
- Size: 1.66 MB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-android-things - DaSiAnThiLib - HD44870 type displays (via LCM1602), PCF8574(A), PCF8591, Push buttons connected via PCF8574, TCS34725 I2C Colour sensor (Useful links / Drivers)
- awesome-android-things - DaSiAnThiLib - HD44870 type displays (via LCM1602), PCF8574(A), PCF8591, Push buttons connected via PCF8574, TCS34725 I2C Colour sensor (Useful links / Drivers)
README
Android Things drivers
======================Here you will find some Android Things drivers.
Driver | Type | Usage (add to your gradle dependencies) | Note
:---:|:---:| --- | ---
[things-driver-char-display](char-display) | Character LCD and LED display diver | `implementation 'nz.geek.android.things:things-driver-char-display:'` | [changelog](display/CHANGELOG.md)
[things-driver-pca9685](pca9685) | NXP 16 channel, 12 bit I2C PWM controller | `implementation 'nz.geek.android.things:things-driver-pca9685:version>'` | [changelog](pca9685/CHANGELOG.md)
[things-driver-pcf8574](pcf8574) | NXP 8 bit I2C IO port | `implementation 'nz.geek.android.things:things-driver-pcf8574:'` | [changelog](pcf8574/CHANGELOG.md)## License
Copyright 2016 Dave McKelvie
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.