Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I think the code besides measuring wind speed also uses interrupts. So if you are turning all of them off with noInterrupts() they cannot work either. Instead try to only disable the interrupt for Wind speed measurement Commented Feb 26, 2018 at 23:02
  • just an observation - indentation - you don't seem to want to write readable code Commented Feb 26, 2018 at 23:15