We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i realy need to get blinka working on my Orange Pi Zero 3. I will also include the Pin definitions: (orangepizero3.py)
"""Pin definitions for the Orange Pi Zero 3."""
from adafruit_blinka.microcontroller.allwinner.h616 import pin
PH5 = pin.PH5 SDA = pin.PH5 PH4 = pin.PH4 SCL = pin.PH4 PC9 = pin.PC9
PH3 = pin.PH3 UART5_RX = pin.PH3 PH2 = pin.PH2 UART5_TX = pin.PH2 PC8 = pin.PC8
PC10 = pin.PC10 PC11 = pin.PC11 PC6 = pin.PC6 PC5 = pin.PC5
PH9 = pin.PH9 SPI1_CS = pin.PH9 PH6 = pin.PH6 SPI1_CLK = pin.PH6 PC7 = pin.PC7
PC14 = pin.PC14
PC15 = pin.PC15
PC1 = pin.PC1 PI6 = pin.PI6 PI16 = pin.PI16
SCLK = pin.PH6 MOSI = pin.PH7 MISO = pin.PH8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i realy need to get blinka working on my Orange Pi Zero 3. I will also include the Pin definitions:
(orangepizero3.py)
SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
SPDX-License-Identifier: MIT
"""Pin definitions for the Orange Pi Zero 3."""
from adafruit_blinka.microcontroller.allwinner.h616 import pin
PH5 = pin.PH5
SDA = pin.PH5
PH4 = pin.PH4
SCL = pin.PH4
PC9 = pin.PC9
PH3 = pin.PH3
UART5_RX = pin.PH3
PH2 = pin.PH2
UART5_TX = pin.PH2
PC8 = pin.PC8
PC10 = pin.PC10
PC11 = pin.PC11
PC6 = pin.PC6
PC5 = pin.PC5
PH9 = pin.PH9
SPI1_CS = pin.PH9
PH6 = pin.PH6
SPI1_CLK = pin.PH6
PC7 = pin.PC7
PC14 = pin.PC14
PC15 = pin.PC15
PC1 = pin.PC1
PI6 = pin.PI6
PI16 = pin.PI16
SCLK = pin.PH6
MOSI = pin.PH7
MISO = pin.PH8
The text was updated successfully, but these errors were encountered: