LMY

Results 54 comments of LMY

> Yes, the GPIO method is very limited. You need to use the gateware method to achieve good results. With it, you can generate frequencies up to 24 MHz, although...

The GPIO example code is as follows, please run it using REPL ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Direct PWM Generator for Glasgow Uses direct GPIO control...

> What's ProtoBlade? Oh, I changed the name of another device O(∩_∩)O ~

> I agree that this would be really helpful. I don't think you need it to be tied to ComfyUI specifically, but any image interrogator compatibility would do wonders for...

> This is not a library problem. > > If you only want the middle section, just put you start and end timing around the getTempC() part. > > If...

> > The main goal is to achieve batch detection of the relevant data in the table below. > > The milliseconds conversion time is no problem for microprocessors. To...

> 2点需要对齐 > > 1格式 2质量 好的,谢谢

> Two tips. > > Flush serial before measurements Do all your measurements before printing the results I tried both methods, but neither seems to work for me. ![image](https://github.com/milesburton/Arduino-Temperature-Control-Library/assets/102800660/b11b1ac7-f2dd-4791-b2ef-c9fea00823d3) ![image](https://github.com/milesburton/Arduino-Temperature-Control-Library/assets/102800660/f59094c4-076d-4e1c-bc39-5ce139706574)

> > According to the datasheet, their units should be in microseconds (us), but my actual measurements are in milliseconds (ms). > > How should I modify my measurement method?...

Here are some segments obtained from the logic analyzer.