Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix Stella LEDs#1085

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
marqdevx wants to merge2 commits intoarduino:main
base:main
Choose a base branch
Loading
frommarqdevx:marqdevx/stella-LED
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletionsvariants/STELLA/variant.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -105,10 +105,10 @@ PinDescription g_APinDescription[] = {
{ P0_3, NULL, NULL, NULL }, // A7

// LEDs
{P0_24, NULL, NULL, NULL }, // LED R
{P0_16, NULL, NULL, NULL }, // LED G
{P0_6, NULL, NULL, NULL }, // LED B
{P1_9, NULL, NULL, NULL }, // LED PWR
{P1_4, NULL, NULL, NULL }, // LED R
{P1_3, NULL, NULL, NULL }, // LED G
{P1_2, NULL, NULL, NULL }, // LED B
{P1_5, NULL, NULL, NULL }, // LED PWR

{ P0_19, NULL, NULL, NULL }, // INT APDS

Expand DownExpand Up@@ -139,7 +139,7 @@ extern "C" {
void initVariant() {
// turn power LED on
pinMode(LED_PWR, OUTPUT);
digitalWrite(LED_PWR,HIGH);
digitalWrite(LED_PWR,LOW);

// Errata Nano33BLE - I2C pullup is controlled by the SWO pin.
// Configure the TRACEMUX to disable routing SWO signal to pin.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp