Hello Sir, Seth here. I wrote some new software for the item that was in question. The idea you told me earlier in this post did not click right away for me, e.g. pins are either High or Low. W/ my new software, I am running two motors now but the motors were not acting as expected and it was b/c of the some of P9 header pins not all being low/high when I was using them in a particular manner in the software, i.e. the same w/ the P8 header pins.
Seth P.S. I found, instead of changing the pins to all High or to all Low, some available pins, six of them, on the P8 header that would suffice. Like I said, it did not click for me right away until today. So, I guess in the future, I will need a couple of weeks. Ha! Thank you again, sir. On Thursday, May 10, 2018 at 11:17:09 AM UTC-5, Dennis Lee Bieber wrote: > > On Thu, 10 May 2018 11:51:02 -0400, Dennis Lee Bieber > <[email protected] <javascript:>> declaimed the following: > > >except (KeyboardInterrupt): > > print "BREAK" > >except: > > print "Something unexpected happened" > > > > FYI: using a bare "except" is also frowned upon... especially as > used > in this example -- it doesn't tell you WHAT happened. Better to just leave > it out of the code and let the regular traceback explain what happened > (and > then add an except (xxx) to handle that specific problem). > > > -- > Wulfraed Dennis Lee Bieber AF6VN > [email protected] <javascript:> > HTTP://wlfraed.home.netcom.com/ > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/0beed63e-8970-4c22-90c4-d4ca25c1eb3b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
