-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platformio Earle Philhower's RP2040 core Arduino.cc's MBED implementation Does the right thing in each environment. modified: src/compatibility.h modified: src/n_monitor-cc_SKETCH.cpp modified: src/reflash.cpp modified: src/shift_reg.cpp On branch dvlp-aa
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Sat 12 Feb 22:04:19 UTC 2022 | ||
// adjust to your compiler environment | ||
|
||
// philhower: | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Sat 12 Feb 22:04:19 UTC 2022 | ||
#include "compatibility.h" | ||
#ifdef NOT_USING_MBED | ||
#include <Arduino.h> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// Sat 12 Feb 22:04:19 UTC 2022 | ||
#include <Arduino.h> | ||
|
||
const int latchPin = 2; /* STCP */ | ||
|