.error "
"
Similarly to .err
, this directive emits an error, but you can specify a
string that will be emitted as the error message. If you don't specify the
message, it defaults to ".error directive invoked in source file"
.
See Error and Warning Messages.
.error "This code has not been assembled and tested."
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.