When doing everything event driven, you still need loop() to make the linker happy. Is there a negative impact of an empty loop() function in terms of cpu usage or power consumptions? Are there any alternatives?
When doing everything event driven, you still need loop() to make the linker happy. Is there a negative impact of an empty loop() function in terms of cpu usage or power consumptions? Are there any alternatives?