Skip to content
Snippets Groups Projects
Commit 25b2615c authored by fxk8y's avatar fxk8y :spider:
Browse files

Using pinout of CyanStripe by now

parent e5d25cf0
No related branches found
No related tags found
No related merge requests found
......@@ -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: ???
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment