Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Nov 26, 2020
1 parent ea71af0 commit c0a3f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ MPU9255 mpu;
## APIs

``` C++
bool setup(const uint8_t addr = MPU9250_DEFAULT_ADDRESS, WireType& w = Wire);
bool setup(const uint8_t addr, WireType& w = Wire);
void verbose(const bool b);
void calibrateAccelGyro();
void calibrateMag();
Expand Down

0 comments on commit c0a3f92

Please sign in to comment.