Fix typos (#95)

This commit is contained in:
Murat Ambarkutuk 2016-12-13 05:34:02 -05:00 committed by Me No Dev
parent c336989e93
commit 551e422423

View File

@ -122,7 +122,7 @@ Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
extern "C" void app_main()
{
initArduino();
pinMode(4, OUPUT);
pinMode(4, OUTPUT);
digitalWrite(4, HIGH);
//do your own thing
}