Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 19:87665d5b094e, committed 2014-11-18
- Comitter:
- EiJay
- Date:
- Tue Nov 18 15:33:48 2014 +0000
- Parent:
- 18:1fddc3e5fffe
- Commit message:
- Rev 3.0
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Nov 05 08:39:34 2014 +0000 +++ b/main.cpp Tue Nov 18 15:33:48 2014 +0000 @@ -39,7 +39,7 @@ SPI spi(p5, p6, p7); spi.format(MLX90393::spi_bits,MLX90393::spi_mode); spi.frequency(100000000); - MLX90393 sensor(p21,&spi); + MLX90393 sensor(p8,&spi); //Chip communication (I2C)