I've received my GSM Shield and I'm trying to begin working with it. I'm facing my first issue.
In "setup()", I'm checking for my SIM card PIN code, and I would like my sketch to totally stop until reset if the PIN code is wrong, is there a way (like a builtin function) which stops the arduino or make it wait for something impossible to happen?
I know about infinite loops like "while(1);" or "for(;;);" but I'm looking for something (if it exists) that doesn't waste clock time.