If we'd said:
const int ledPin = 13;
..
..
pinMode (ledPIN, OUTPUT);we'd have achieved the same result.
Except for the capitalisation issue. ![]()
--Phil.
If we'd said:
const int ledPin = 13;
..
..
pinMode (ledPIN, OUTPUT);we'd have achieved the same result.
Except for the capitalisation issue. ![]()
--Phil.