1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-18 12:54:25 +01:00

Added LED_BUILTIN to GEMMA

as asked in #3907
This commit is contained in:
Arturo Guadalupi 2015-10-01 17:09:59 +02:00
parent bc20a864f6
commit 7af5e7af23

View File

@ -42,6 +42,8 @@
// GND 4| |5 PB0 (D 0) pwm0
// +----+
#define LED_BUILTIN 1
static const uint8_t A0 = 6;
static const uint8_t A1 = 7;
static const uint8_t A2 = 8;