diff options
author | Arturo Guadalupi <a.guadalupi@arduino.cc> | 2015-10-01 17:09:59 +0200 |
---|---|---|
committer | Arturo Guadalupi <a.guadalupi@arduino.cc> | 2015-10-01 17:09:59 +0200 |
commit | 2aaef8cdad53b645cf8b2a6a0b2194115b970cfa (patch) | |
tree | 376c55328f037d049f0804d69643d293a94e8373 /variants | |
parent | 766b8c383abe1c7b729520778cff784aee41c6a7 (diff) |
Added LED_BUILTIN to GEMMA
as asked in #3907
Diffstat (limited to 'variants')
-rw-r--r-- | variants/gemma/pins_arduino.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/variants/gemma/pins_arduino.h b/variants/gemma/pins_arduino.h index 1d367a7..3150b6a 100644 --- a/variants/gemma/pins_arduino.h +++ b/variants/gemma/pins_arduino.h @@ -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; |