From 25b2615c5f150d862bdc1f0b68f4def52d5da6f3 Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Wed, 30 Mar 2022 01:54:46 +0200
Subject: [PATCH] Using pinout of CyanStripe by now

---
 CLC-qthing/device_main.cpp | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp
index c158576..832fbfa 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: ???
 
-- 
GitLab