| | Re: IC problem Fred G. Martin
| | | Hi. The default process is running of out stack. This is because you've written a program in which one function calls another, which calls another, which calls the first. Each time a function is called, an internal "call stack" must keep track of (...) (24 years ago, 4-Feb-01, to lugnet.robotics.handyboard)
| | | | | | | | Re: IC problem John R. Edwards
| | | | | Fred and Jim, Thank you for your quick responses. I can now see that I was trying to make a relatively simple piece of code very complicated. I rewrote the program using Fred's suggestions and wound up with the following simple, efficient program (...) (24 years ago, 5-Feb-01, to lugnet.robotics.handyboard)
| | | | | | |