arduino / arduino/tutorials

Versioning Issues? "CurieIMU" vs "CurieIMU"

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
74
Forks
46
PR merge metrics
No merged PRs in 30d

Description

When I see things like this:

```
C:\Users\scott\Desktop\blink\blink.ino: In function 'void setup()':
blink:22: error: 'CurieIMU' was not declared in this scope
CurieIMU.begin();
blink:27: error: 'X_AXIS' was not declared in this scope
Serial.print(CurieIMU.getAccelerometerOffset(X_AXIS)); Serial.print("\t");

```

Is this indicating an error finding libraries on my side? Or an issue with the code?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the compiler output in the issue and the code that calls CurieIMU.begin() and references X_AXIS. Check whether the installed CurieIMU library and its version define those names, then determine whether the cause is local library setup or a code/version mismatch. Done means the cause and corrective guidance are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
arduino, cpp
Domain
embedded-iot
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.