SkyNet3D / anet-board

This is a board definition which works in Arduino IDE 1.8.x for Anet Board targets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anet Board LED_D1 connected to PIN 28 (PA4)

ralf-e opened this issue · comments

On the ANET V1.0 Board, the On-Board-LED is connect to Arduino pin 28 (ATMEGA1284 PA4)!

This LED is currently assigned to PIN 13:

pins_arduino.h:

static const uint8_t LED_BUILTIN = 13;

What about doing a PR for that change?