You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i am trying to access the GPIO PB7
declaring the pin as -
int led =D4;
pinMode(D4,OUTPUT);
while compiling the code in arduino ide it is giving me error "D4 out of scope"
what am i doing wrong here?
The text was updated successfully, but these errors were encountered:
On Wed, Oct 14, 2020 at 1:28 AM sajalbhargava ***@***.***> wrote:
Hi,
i am trying to access the GPIO PB7
declaring the pin as -
int led =D4;
pinMode(D4,OUTPUT);
while compiling the code in arduino ide it is giving me error "D4 out of
scope"
what am i doing wrong here?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTDLKULUDKNL3F64267ULLSKVOKJANCNFSM4SQJDTVA>
.
Hi,
i am trying to access the GPIO PB7
declaring the pin as -
int led =D4;
pinMode(D4,OUTPUT);
while compiling the code in arduino ide it is giving me error "D4 out of scope"
what am i doing wrong here?
The text was updated successfully, but these errors were encountered: