mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-19 09:42:11 +03:00
changed #define pins to const ints
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
http://www.arduino.cc/en/Tutorial/Dimmer
|
http://www.arduino.cc/en/Tutorial/Dimmer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ledPin 9 // the pin that the LED is attached to
|
const int ledPin = 9; // the pin that the LED is attached to
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user