barrie
barrie
@barrie
Member
Joined: 2022-09-04 9:10 am
Last seen: 2022-10-22 8:18 pm
Topics: 12 / Replies: 74
Topic
2 years ago
Forum
Replies: 7
Views: 460
Reply
RE: Comment blocks

@ronbentley1 @will @frogandtoad) Yes, it is a great debugging tool. It also (in my case) minimises the probability of accidentally disabling a dread...

2 years ago
Forum
Reply
RE: Comment blocks

Funny you said that, I used to tell my daughters that I could make anything if I had two goes at it.

2 years ago
Forum
Reply
RE: Comment blocks

@will I have been modifying and compiling existing code line by line. When it compiles OK I save it and repeat the mod-compile-save procedure on the n...

2 years ago
Forum
Reply
RE: Comment blocks

I guess the answer is no. I am doing a lot of debugging by blocking out code and a drag and tap would have been handy. Thanks for the info.

2 years ago
Forum
Topic
2 years ago
Forum
Replies: 25
Views: 1150
Reply
RE: Constructor Error

@zander Its getting easier. My programming days were over many years ago and I am very rusty. I'm a little embarrassed at my recent mistake and still ...

2 years ago
Reply
RE: Constructor Error

@inq @zander Just fixed the problem Thanks to you both.

2 years ago
Reply
RE: Constructor Error

@Zander I put both together and now modifying it. I always go to Bill's Web page..... best in class. See Contents #9 Demo 2 Sonar

2 years ago
Reply
RE: Constructor Error

Thank you both for your time, patience and help. I think I understand the problem and fairly confident that I will sort it out tomorrow. By the way ...

2 years ago
Reply
RE: Constructor Error

```cpp /* Two 28BYJ-48 5V Stepper motors controlled by HC-SR04 Sonar module */ //--------------------------Stepper motor globals--------------...

2 years ago
Reply
RE: Constructor Error

Should this have the keywords highlighted? /* Two 28BYJ-48 5V Stepper motors controlled by HC-SR04 Sonar module */ //------------------...

2 years ago
Reply
RE: Constructor Error

@inq I declared the stepspeed variables as integers in the spaces above Void setup(). I changed them to long but still got error. I will post all the ...

2 years ago
Reply
RE: Constructor Error

Oh dear! version 2.0 does not have 'Copy as HTML'. I Sorry, I don't understand the relevance of '^'. I will try to post the entire code using versio...

2 years ago
Reply
RE: Constructor Error

@inq I copied your plain C code and got this error. Compilation error: variable or field 'newSpeed' declared void Removing "void" gave this error: "...

2 years ago
Page 5 / 6