Watershade Zhang

Results 7 issues of Watershade Zhang

I don't know if it your duty. I think think there maybe a misspell in swarm@stanford websites. But anyway I want to let you know: _Tracking Our system uses a...

line 65@file: ofSerial.cpp@version of0.9.8 I suggest you change this line to: `begin = strstr((char *)dataBuf, "(COM") + 1;` to instead the original line: `begin = strstr((char *)dataBuf, "COM") ` cause...

I don't have stm8s103f3, so I transfer this code to stm8s105k3. I think they are almost same. And I didn't change the code in function rgb_SendArray. But I got wired...

1. implement flush of wire. (flush functions have never been implemented before. But it is useful.)

Wire.flush isn't been implemetated. So I try to make it. And I generate an PR, but no one to merge it or refuse it. I wander why, thanks.

The beginning steps is OK. But when 'camera_link.link()' fail to execute and I got an error: `--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 camera_link.link() AttributeError: 'directional_link' object...

When I modify your file to 5.15.0, but when I configure, it fail with error: ``` g++: error: unrecognized command line option ‘-mfpu=crypto-neon-fp-armv8’ ``` Maybe It shouldn't be "crypto-neon-fp-armv8"? It...