[sigrok-devel] TCS3472x decoder - Color light-to-digital sensor

2019-12-14 Thread Candid Moe
Hi I upload this decoder for the TCS3472x chip to GitHub <https://github.com/SantoRemedio/TCS3472x-Decoder> I made it for my own use, and I need your comments to make it useful for developer at large. Thanks in advance. Candid Moe. ___

[sigrok-devel] Patch to add TCS3472x decoder

2019-12-17 Thread Candid Moe
Hi! I'm sending a patch to add support for the TCS3472x color sensor. Let me know any problem. Yours Candid Moe >From c8555149ca47033ffac396d71f51a223a99ffb22 Mon Sep 17 00:00:00 2001 From: Candid Moe Date: Tue, 17 Dec 2019 16:32:57 -0300 Subject: [PATCH] Add TCS3472x

[sigrok-devel] Captures for TCS3472x decoder.

2019-12-17 Thread Candid Moe
Hi! Some captures for the TCS3472x decoder (I2C). Protocol I2C: * SCL is D3 * SDA is D2 Let me know any problem. Candid Moe. capture-3472x.sr Description: Binary data capture2-3472x.sr Description: Binary data capture3-3472x.sr Description: Binary data

[sigrok-devel] Add TCS3472x decoder (second try) + captures

2019-12-18 Thread Candid Moe
Hi! This is the patch for the TCS3472x decoder (I2C protocol). Include captures. I2C pins are: * SDA -> D2 * SCL -> D3 Sorry for the previous error. I got thing messed up moving files between directories. Let me know any problem. Candid Moe