First post, first question...

05 Aug 2010

Hello !

Just plug my Mbed, ready to start to work... so easy... congratulation to the mBed team !

First thing : i see in the compiler, the "Format" button, great !

But... i have very big problem with this king of indentation, i'm pretty old, i start C long time ago, i alway use

int main()
{
while (1)
{
myled = 1;
wait(0.2);
myled = 0;
wait(0.2);
}
}

Could i change the compiler preference somewhere for this feature ??

Thanks !

Powerbook.