Skip to content

Commit

Permalink
Update CircuitPlayground.h
Browse files Browse the repository at this point in the history
Moved to new CPlayI2C class as per lancaster-university/codal-samd21#4
  • Loading branch information
jamesadevine authored Jul 3, 2018
1 parent 45802a1 commit 32ed1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/CircuitPlayground.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace codal
Button buttonC;
MultiButton buttonAB;

mbed::I2C i2c;
CPlayI2C i2c;
mbed::SPI flashSPI;
CoordinateSpace coordinateSpace;
LIS3DH accelerometer;
Expand Down

2 comments on commit 32ed1b5

@deanm1278
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also need to #include CPlayI2C.h

@jamesadevine
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, was just running through travis.

Please sign in to comment.