Skip to content

Commit

Permalink
Ported to platformio and 2 others
Browse files Browse the repository at this point in the history
  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
wa1tnr committed Feb 12, 2022
1 parent ab867b9 commit 3bb4b40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions monitor.d/monitor-cc/src/compatibility.h
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:
Expand Down
7 changes: 3 additions & 4 deletions monitor.d/monitor-cc/src/n_monitor-cc_SKETCH.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// n_monitor-cc_SKETCH.cpp
#define REVISION_ITCF "0.1.0-g.0 - new minimal alpha"
// Sat 12 Feb 22:04:19 UTC 2022
#define REVISION_ITCF "0.1.0-h.2 - new minimal alpha"
#include "compatibility.h"

// Thu Apr 22 01:31:30 UTC 2021

// was: n_monitor-bb_SKETCH.cpp
// was: forth-aa_SKETCH.cpp
// was: ITC-Forth.ino
Expand Down Expand Up @@ -220,7 +219,7 @@ void pre_serial(void) {
Serial.println("using MBED compiler and core");
#endif

Serial.println("unique D5wX");
Serial.println("unique zH9p");
Serial.println(REVISION_ITCF);
}

Expand Down
1 change: 1 addition & 0 deletions monitor.d/monitor-cc/src/reflash.cpp
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>
Expand Down
1 change: 1 addition & 0 deletions monitor.d/monitor-cc/src/shift_reg.cpp
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 */
Expand Down

0 comments on commit 3bb4b40

Please sign in to comment.