diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp index c15857689b648fbffe8c7b072471c96433cad4e4..832fbfac8c5c7967b8c3532bb2d2e92a21049eec 100644 --- a/CLC-qthing/device_main.cpp +++ b/CLC-qthing/device_main.cpp @@ -19,13 +19,8 @@ CyanLight::CyanLightControl* ctrl; void device_main() { - uint8_t tx = 0; - uint8_t rx = 0; - uint8_t de = 0; - uint8_t re = 0; - - SiliconTorch::CyanBus::CyanBus cyanBus(tx, rx, de, re); + SiliconTorch::CyanBus::CyanBus cyanBus(13, 14, 12, 15); // Pinout of CyanStripe // TODO: ???