MPU6050, Lesson 8, Arduino program execution time

preview_player
Показать описание
This lesson demonstrates the importance of considering how communication settings such as clock frequency and baud rate affect program execution time. Also, the difference in Serial print and write functions plays a crucial role in execution time.
Рекомендации по теме
Комментарии
Автор

This is really helpful!. Thank you, Diane and University of Colorado Denver.

SlavicDragovtev
Автор

@41:10 you're calling Serial.write() before mySetup(), that's why nothing gets printed.

SlavicDragovtev