This repository was archived by the owner on Sep 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 310
Adding support for the Nvidia Jetson Nano Board #105
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
ladyada
approved these changes
Apr 10, 2019
BTW we deeply recommend not using this and instead using Blinka which also got support and has waaaaay more drivers supported! this library is on its last legs and will be deprecated :) |
I was utilizing the library: https://github.com/adafruit/Adafruit_SSD1306 that
referenced this library... You may want to consider updating the references
there to point to the new library
…On Wed, Apr 10, 2019 at 9:43 AM ladyada ***@***.***> wrote:
BTW we deeply recommend not using this and instead using Blinka which also
got support and has waaaaay more drivers supported! this library is on its
last legs and will be deprecated :)
https://github.com/adafruit/Adafruit_Blinka
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABlkDSdD7iyDEN3_ZKmavgI6QShpKBUOks5vfeppgaJpZM4cmGAP>
.
|
Sorry.. previous link was incorrect...
https://github.com/adafruit/Adafruit_Python_SSD1306 is the correct one.
…On Wed, Apr 10, 2019 at 11:14 AM Darren McDaniel ***@***.***> wrote:
I was utilizing the library: https://github.com/adafruit/Adafruit_SSD1306 that
referenced this library... You may want to consider updating the references
there to point to the new library
On Wed, Apr 10, 2019 at 9:43 AM ladyada ***@***.***> wrote:
> BTW we deeply recommend not using this and instead using Blinka which
> also got support and has waaaaay more drivers supported! this library is on
> its last legs and will be deprecated :)
>
> https://github.com/adafruit/Adafruit_Blinka
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#105 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABlkDSdD7iyDEN3_ZKmavgI6QShpKBUOks5vfeppgaJpZM4cmGAP>
> .
>
|
hi the guides are in transition right now - once they're done we'll archive that repo |
Is this part also need be updated with the default I2C device ? https://github.com/adafruit/Adafruit_Python_GPIO/blob/master/Adafruit_GPIO/I2C.py |
Just following up on Blinka vs Adafruit_Python_GPIO The DonkeyCar project uses Adafruit_PCA9685 (which itself relies on Adafruit_Python_GPIO) Will PCA9685 usage be accessible via Blinka as well? |
… On Wed, May 8, 2019 at 6:19 PM PhilGlau ***@***.***> wrote:
Just following up on Blinka vs Adafruit_Python_GPIO
The DonkeyCar project <https://www.donkeycar.com> uses Adafruit_PCA9685
(which itself relies on Adafruit_Python_GPIO)
Will PCA9685 usage be accessible via Blinka as well?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJINUP4WTK63SBPZ3WLAW3PUNGYVANCNFSM4HEYMAHQ>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The Nvidia Jetson Nano has released the PIP plugin Jetson.GPIO which is API compatible with the Rpi.GPIO.
The changes here have been tested with the Nvidia Jetson Nano board and was able to successfully communicate with a 128x64 OLED board.