1
0
mirror of synced 2026-01-27 12:42:58 +00:00

Uploade_1_21_2026

This commit is contained in:
Ted Fried
2026-01-21 15:41:27 -08:00
parent a520459b1f
commit 82b68a680a

View File

@@ -176,6 +176,7 @@ void setup() {
pinMode(PIN_DATAOUT7, OUTPUT);
pinMode(PIN_DATAOUT_OE_n, OUTPUT);
digitalWriteFast(PIN_RDWR_n, 0x1);
digitalWriteFast(PIN_DATAOUT_OE_n, 0x1);
Serial.begin(9600);
}