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
clearDisplay.md Normal file
View File

@@ -0,0 +1,18 @@
# clearDisplay Reference (TM1638/TM1640) #
Clears the display.
```
void clearDisplay();
```
| Argument | Detail | Default |
|:---------|:-------|:--------|
| | |
# Example #
Clear the display on _module1_.
```
module1.clearDisplay();
```