Watershade Zhang

Results 5 comments of Watershade Zhang

see here to find how : https://github.com/ShapeLab/SwarmUI/tree/master/Hardware/Projector%20Tracking%20Setup

Yes, I have test https://github.com/JSC-electronics/MCP342x . I can use them in my raspberry pi pico. I think it is an change to support multiple port. And I have repair small...

Wire.flush() is useful, if I haven't read obsolete data from it. I will get a wrong number via Wire.available() because the size have include the obsolete data. And If I...

@facchinm Hi Martino, I don't know if you time to check this merge. Thanks.

@pennam Thanks for your reply. I remember flush really flush all data away in old Arduino version. ``` Prior to Arduino 1.0, this instead removed any buffered incoming serial data....