- pedantic mode on -
#define NUM_PINS 14
- pedantic mode off -
![]()
Also:
digitalRead( 2 )
or
digitalRead(pinNumber[i])
(but some more SRAM bytes...)
?
#define NUM_PINS 14
![]()
Also:
digitalRead( 2 )
or
digitalRead(pinNumber[i])
(but some more SRAM bytes...)
?