Erdem UNCUOĞLU
1d052834a4
fix for #6904 : NodeMCU v1.0 board option "Builtin Led" not working. ( #6905 )
2019-12-12 14:51:49 -03:00
Develo
dde76d1b5d
Puts to rest the confusion about the builtin leds for nodemcu boards ( #6743 )
...
Given that most nodemcu boards are based on the ESP12 boards, the definition of the builtin led is now changed to 2.
In addition, for those nodemcu boards that have an additional LED on the board connected to gpio16, an additional define is added called LED_BUILTIN_AUX.
2019-11-10 02:01:02 -03:00
david gauchard
d0f220fb54
fix board common variant inclusion for deprecated BUILTIN_LED ( #4366 )
2018-02-16 22:40:25 -03:00
david gauchard
4caf4878c7
LED_BUILTIN should be a #define ( #4276 )
...
* LED_BUILTIN should be a #define
deduplicate and hide BUILTIN_LED as a deprecated constant
* test for LED_BUILTIN existence
* board:espino:variant: rename button macro (naming coherence)
2018-02-07 10:42:57 -03:00
Kristian Sloth Lauszus
6d6f22e6be
Add PIN defines, so the pins can easily be used by external libraries
...
See: arduino/Arduino#4814
For instance this is used by the USB Host library: 231fb542a8
2016-10-26 01:29:14 -05:00
Ivan Grokhotkov
0f719e8d0d
Clean up variants, fix digitalPinHasPWM definition ( #1831 )
2016-03-29 18:31:05 +03:00
Alex
573a0fb47f
Add LED_BUILTIN definition ( #1556 )
...
keep arduino incompatible BUILTIN_LED (+22 squashed commits)
[e124f9c] keep arduino incompatible BUILTIN_LED
[18dab66] keep arduino incompatible BUILTIN_LED
[0095de6] keep arduino incompatible BUILTIN_LED
[cca2714] keep arduino incompatible BUILTIN_LED
[ff62bfb] keep arduino incompatible BUILTIN_LED
[fd6f7c0] keep arduino incompatible BUILTIN_LED
[220b02a] keep arduino incompatible BUILTIN_LED
[b871b1b] keep arduino incompatible BUILTIN_LED
[1d97cac] keep arduino incompatible BUILTIN_LED
[ebc2667] changed BUILTIN_LED to LED_BUILTIN
[7008a27] changed BUILTIN_LED to LED_BUILTIN
[cf3f6da] changed BUILTIN_LED to LED_BUILTIN
[5e11c43] changed BUILTIN_LED to LED_BUILTIN
[8645bd5] changed BUILTIN_LED to LED_BUILTIN
[faae742] changed BUILTIN_LED to LED_BUILTIN
[df2659b] changed BUILTIN_LED to LED_BUILTIN
[1eb74d5] changed BUILTIN_LED to LED_BUILTIN
[fb9e977] changed BUILTIN_LED to LED_BUILTIN
[b735737] changed BUILTIN_LED to LED_BUILTIN
[d0557dd] changed BUILTIN_LED to LED_BUILTIN
[a25e4aa] changed BUILTIN_LED to LED_BUILTIN
[7865ace] changed BUILTIN_LED to LED_BUILTIN
2016-02-04 17:44:17 +03:00
Phil Eichinger
de9b029d8d
NodeMCU: BUILTIN_LED is on GPIO16
...
see: https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png
2015-05-21 09:51:11 +02:00
Waldemar Zahn
bee67c3ba9
add nodemcu board
2015-05-04 22:31:00 +02:00