| | Re: Reset & running Main ( )
|
|
Fred, I double-checked, and my " main() " program (filename: jrm1.c) is all lower case letters. I confirmed case sensitivity by trying to call the " main() " file (filename: jrm1.c) which has been downloaded to the HB by typing " Main() " on the PC. (...) (23 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
|
|
| | Re: Reset & running Main ( )
|
|
I wonder if it's because you've capitalized "Main()". C is case sensitive so main != Main. try it making your main program lower case and see if that works. Fred (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
| | Re: Reset & running Main ( )
|
|
Fred, Thanks for the very prompt response. Your responses to queries on this board continue to provide very useful insights. With respect to your response #1, it is helpful to know that "list files" does not actually read the Handy Board and is (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
| | Devantech SRF04 library for HandyBoard
|
|
Today I posted a fully documented SONAR LIBRARY for the HandyBoard on my website: (URL) It uses the Devantech SRF04 to measure distance. The system is a-synchronious what makes it very little overhead and easy to use on your own programs. The (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|
|
| | Re: Reset & running Main ( )
|
|
John, a couple things. 1. when you quit and restart IC, it forgets what programs you may have loaded into the HB. so that explains your #4 case below. 2. IC has its own way of storing vectors for user code like your main() program, so you should not (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
|