Skip to content

Commit

Permalink
[P073] Remove tm1637_bitDelay()
Browse files Browse the repository at this point in the history
Not used anymore
  • Loading branch information
TD-er committed Mar 10, 2018
1 parent d105b47 commit bff60a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/_P073_7DGT.ino
Expand Up @@ -478,10 +478,6 @@ void p073_FillBufferWithDash() // in case of error show all dashes
#define DIO_HIGH() pinMode(dio_pin, INPUT)
#define DIO_LOW() pinMode(dio_pin, OUTPUT)

void tm1637_bitDelay(){
delayMicroseconds(TM1637_BIT_DELAY);
}

void tm1637_i2cStart (uint8_t clk_pin, uint8_t dio_pin)
{
if (PLUGIN_073_DEBUG) {
Expand Down Expand Up @@ -788,4 +784,3 @@ void max7219_ShowBuffer(uint8_t din_pin, uint8_t clk_pin, uint8_t cs_pin)
}

#endif

0 comments on commit bff60a2

Please sign in to comment.