kopia lustrzana https://github.com/Aircoookie/WLED
rodzic
77967731d5
commit
acc8b9cdbc
|
@ -412,7 +412,7 @@ std::vector<LEDType> BusDigital::getLEDTypes() {
|
||||||
|
|
||||||
void BusDigital::begin() {
|
void BusDigital::begin() {
|
||||||
if (!_valid) return;
|
if (!_valid) return;
|
||||||
PolyBus::begin(_busPtr, _iType, _pins);
|
PolyBus::begin(_busPtr, _iType, _pins, _frequencykHz);
|
||||||
}
|
}
|
||||||
|
|
||||||
void BusDigital::cleanup() {
|
void BusDigital::cleanup() {
|
||||||
|
|
Ładowanie…
Reference in New Issue