fix : compatible with WIO W600
This commit is contained in:
@@ -71,3 +71,8 @@ void HT16K33::setBlinkRate(blink_type_t blink_type)
|
|||||||
writeBytes(_addr, (0x80 | 0x01 | (blink_type << 1)), 0, (uint8_t *)NULL);
|
writeBytes(_addr, (0x80 | 0x01 | (blink_type << 1)), 0, (uint8_t *)NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void HT16K33::clear()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,8 @@ enum blink_type_t
|
|||||||
|
|
||||||
class HT16K33 {
|
class HT16K33 {
|
||||||
public:
|
public:
|
||||||
HT16K33(){}
|
HT16K33(){};
|
||||||
|
|
||||||
void init(uint8_t addr);
|
void init(uint8_t addr);
|
||||||
|
|
||||||
void setBlinkRate(blink_type_t blink_type);
|
void setBlinkRate(blink_type_t blink_type);
|
||||||
|
|||||||
Reference in New Issue
Block a user