Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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.