Baozhu Zuo
Baozhu Zuo
@thePapero welcome to send PR to us. we hope your name appears in the code commit history.
The inability of the CAN bus to communicate is not a one-sided problem. It is clear that after so many years of iterations of our software, basic communication is certainly...
@HinTak This does sacrifice some performance. But there is no better way. Do you have any Suggestions?
@HinTak We hope to solve this problem internally, but when we solve this problem, we will bring other problems. In addition, we have learned from the supplier that AC108 will...
In addition, I also hope you can make Suggestions on the chip selection of the new scheme. The V2 version will be completely open-source on both hardware and software. @HinTak...
We will definitely fix this before V2 is released. Because we also have this problem with V2, our hardware will have this problem whenever we use 8-channel PCM signals. @HinTak
Please help him ------------------ 原始邮件 ------------------ 发件人: "Seeed-Studio/grove.py" ***@***.***>; 发送时间: 2021年4月2日(星期五) 凌晨4:39 ***@***.***>; ***@***.***>; 主题: [Seeed-Studio/grove.py] Support for grove led bar (#39) Is there a possibility to have a code example for programming the...
Wow, you are the first user get this error. Can you access to http:192.168.100.1:6680 ? that's a web terminal. Then you will get more debug mesage.
https://en.wikipedia.org/wiki/Push%E2%80%93pull_output It seems that the basic circuit knowledge of this kind of chip still needs to be popularized.
@PaulStoffregen You are right. I am really sloppy on this issue. Is the definition below better? ``` typedef enum { INPUT = 0x0, OUTPUT = 0x1, OUTPUT_PUSHPULL = 0x1, INPUT_PULLUP...