Update README file

This commit is contained in:
Avishay Orpaz
2016-05-25 09:09:53 +03:00
parent c66dc888e7
commit 3290c74d84
+3 -2
View File
@@ -19,8 +19,9 @@ Usage
-----
The library provides a single class named TM1637Display. An instance of this class provides the following functions:
* `setSegments` - Sets the raw value of the segments of each digit
* `showNumberDec` - Displays a decimal number
* `setSegments` - Set the raw value of the segments of each digit
* `showNumberDec` - Display a decimal number
* `showNumberDexEx` - Display a decimal number with decimal points or colon
* `setBrightness` - Sets the brightness of the display
The information given above is only a summary. Please refer to TM1637Display.h for more information. An example is included, demonstarting the operation of most of the functions.