Migrating wiki contents from Google Code

This commit is contained in:
Google Code Exporter
2015-03-15 10:11:53 -04:00
commit e09fe56554
21 changed files with 990 additions and 0 deletions

18
setDisplayToError.md Normal file
View File

@@ -0,0 +1,18 @@
# setDisplayToError Reference (TM1638/TM1640) #
Set the display to an error message. Is called on overflow in [setDisplayToDecNumber](setDisplayToDecNumber.md)
```
void setDisplayToError();
```
| Argument | Detail | Default | Since |
|:---------|:-------|:--------|:------|
| | | | |
# Example #
Display an error:
```
module1.setDisplayToError();
```