Codeslinger
@codeslinger
Member
Joined: 2019-12-31 2:59 pm
Last seen: 2023-08-20 11:25 pm
Topics: 2 / Replies: 28
Reply
RE: Program space

To elaborate on the above, MAYBE w = w + 1 gets optimized to the same thing as w++ and maybe it does not. It can depend on the quirks of the optimize...

3 years ago
Forum
Reply
RE: wrong section?

You know, when I first saw the above response, I wanted to really let loose. Instead, I have spent a couple days contemplating an appropriate respons...

3 years ago
Reply
RE: Measure DC Voltage and Current with Arduino

I am struggling with an application that I have in mind for the Hall effect sensor. What I want to do is build a simple detector that has a binary ou...

3 years ago
Forum
Reply
RE: Need Linux Help - Can't see Windows Workgroup.

@robo-pi I should have warned you about the length. See if you can ping the IP addresses of the Windows boxes.

4 years ago
Reply
RE: Need Linux Help - Can't see Windows Workgroup.

@robo-pi Have you tried entering: netstat -a from the command line of either of the Linux boxes? That will show you everything that the box is aware ...

4 years ago
Reply
RE: Need Linux Help - Can't see Windows Workgroup.

@robo-pi What steps have you taken on the Linux side to determine what they can see? Is there a firewall or a VPN anywhere in your local network?

4 years ago
Reply
RE: LCD screen slow to change pages

Try adding a debouncing capacitor to the pushbutton circuit. See for an explanation. I do not think that your debounce function is fail-safe. Also...

4 years ago
Forum
Topic
Topic
Replies: 1
Views: 2120
Page 2 / 2