heartbeat led

This commit is contained in:
folkert van heusden 2024-05-05 12:41:35 +02:00
parent b244835743
commit 920482ad40
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1
2 changed files with 5 additions and 2 deletions

View file

@ -15,8 +15,8 @@
// #define NEOPIXELS_PIN 24 // #define NEOPIXELS_PIN 24
#define HEARTBEAT_PIN LED_BUILTIN // #define HEARTBEAT_PIN LED_BUILTIN
// #define HEARTBEAT_PIN 18 #define HEARTBEAT_PIN 25
// #define CONSOLE_SERIAL_RX 16 // #define CONSOLE_SERIAL_RX 16
// #define CONSOLE_SERIAL_TX 17 // #define CONSOLE_SERIAL_TX 17

View file

@ -55,6 +55,9 @@ Wiring of SDCARD (or use disk-images exported via NBD over wifi using nbdkit (be
* SS : 5 * SS : 5
* and of course connect VCC/GND of the SD-card * and of course connect VCC/GND of the SD-card
Heart beat LED:
* pin 25
Wiring of the MAX232 connection: Wiring of the MAX232 connection:
* TX : 17 * TX : 17
* RX : 16 * RX : 16