Results 92 comments of Paul Melnikov
trafficstars

Hello. Has there been developed a way around this? I am having 2 .c enums in different .c files (that go to different binaries) but related to one project. Now...

https://github.com/MarkusLange/OneWireSlave/blob/master/OneWireSlave.cpp#L565

Could you explain why it has to write high? High level should be provided by external pullups on the bus automatically without software intervention if I am not missing anything.

Hi. The device should be connected to Arduino with Grbl firmware via UART. My firmware just sends gcodes to grbl and reads back responses via UART. On ESP32 side you...

Ok, if I understand your question correctly, you might need to get a grip on how to use VS Code and PlatformIO within VS Code. The topic is extensive and...

Yes, you are right, I totally forgot that. Will update that sometime soon.

Hi. Has there been progress on this? I'm trying to seed the RNG by using WDT jitter and this clever trick: https://sites.google.com/site/astudyofentropy/project-definition/timer-jitter-entropy-sources. It occupies WDT interrupt (at start of the...

Hi, thank you for response and good work on the core! After some consideration, I realized that I can utilize the same idea using millis() and timer0. It's not a...

I wanted to chime in and say that that would be a very useful feature. Too often I find myself in a need to add extra py script overcome pio's...

Thank you for info! Anyway, I've figured out that FlatCAM has a GRBL_Laser g-code preprocessor that eliminates the need for LaserGRBL's ability to import SVGs.