Fix typos (#95)
This commit is contained in:
parent
c336989e93
commit
551e422423
@ -122,7 +122,7 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
|
|||||||
extern "C" void app_main()
|
extern "C" void app_main()
|
||||||
{
|
{
|
||||||
initArduino();
|
initArduino();
|
||||||
pinMode(4, OUPUT);
|
pinMode(4, OUTPUT);
|
||||||
digitalWrite(4, HIGH);
|
digitalWrite(4, HIGH);
|
||||||
//do your own thing
|
//do your own thing
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user