Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
11a96209
Commit
11a96209
authored
Apr 27, 2017
by
Paul Sokolovsky
Browse files
examples/hwapi: Add config for Zephyr port of 96Boards Carbon.
parent
8109cd5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/hwapi/hwconfig_z_96b_carbon.py
0 → 100644
View file @
11a96209
from
machine
import
Signal
# 96Boards Carbon board
# USR1 - User controlled led, connected to PD2
# USR2 - User controlled led, connected to PA15
# BT - Bluetooth indicator, connected to PB5.
# Note - 96b_carbon uses (at the time of writing) non-standard
# for Zephyr port device naming convention.
LED
=
Signal
((
"GPIOA"
,
15
),
Pin
.
OUT
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment