Author Topic: mc-Things Video Suggestions??  (Read 639 times)

millennial

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: mc-Things Video Suggestions??
« on: October 21, 2016, 10:59:14 am »
I turned on "issues" for the mcScript fork. By default, those are not turned on for forks. Thanks for pointing this out.

Perhaps you can pull request my pull request and I can merge your trivial changes?

I haven't done much work with sleep mode either. My question relates to the output data rates (ODR). Will those registers simply be set to the same byte value, which just causes them to be interpreted differently? This may affect interrupt configuration, specifically when the GetMaxTimeAndTimeStep function is used internally. Not sure of the right answer here.

To theorize about your interrupt question, perhaps the application code should put a while loop around GetIntSource until nothing is returned. Maybe the driver library can return data for the IntSource's in some kind of 2D list and we put the while loop in GetIntSource. Another option would be to turn off the ELE latches.

I'll put this content into some GitHub issues and we can continue the work there.