Skip to content
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

Board Request: Orange Pi Zero 3 #923

Open
liam-harrington opened this issue Dec 29, 2024 · 0 comments
Open

Board Request: Orange Pi Zero 3 #923

liam-harrington opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@liam-harrington
Copy link

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

@liam-harrington liam-harrington added the enhancement New feature or request label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant