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.cpp
- Revision:
- 5:346d7c9dd1b2
- Parent:
- 4:b2bbdc58967e
--- a/TM1638.cpp Sun Jan 31 12:11:06 2016 +0000 +++ b/TM1638.cpp Thu Oct 01 12:07:32 2020 +0000 @@ -32,7 +32,7 @@ */ TM1638::TM1638(PinName mosi, PinName miso, PinName sclk, PinName cs) : _spi(mosi,miso,sclk), _cs(cs) { - _init(); + //_init(); } /** Init the SPI interface and the controller