[AE-199] Example sketches do not pass at IMU.begin() #40
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
I have compiled and uploaded the three following sketches, on two different laptops:
In all cases, the examples are compiled and uploaded without error. However, there is no output to the Serial monitor at all.
However, if
Serial.println("Hello! 1")
andSerial.println("Hello! 2")
is added to theSimpleAccelerometer.ino
sketch as follows:Then only
Serial.println("Hello! 1")
is printed to the Serial monitor.The latest version of the library 2640521 was used, with the following command in Windows.
I would expect the code to continue past
!IMU.begin()
, giving an error if it fails to initialise.The text was updated successfully, but these errors were encountered: