Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TM1638.h
- Revision:
- 5:346d7c9dd1b2
- Parent:
- 4:b2bbdc58967e
--- a/TM1638.h Sun Jan 31 12:11:06 2016 +0000 +++ b/TM1638.h Thu Oct 01 12:07:32 2020 +0000 @@ -178,6 +178,8 @@ */ void setDisplay(bool on); + void _init(); + private: SPI _spi; DigitalOut _cs; @@ -188,7 +190,6 @@ * @param none * @return none */ - void _init(); /** Helper to reverse all command or databits. The TM1638 expects LSB first, whereas SPI is MSB first * @param char data