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.
Diff: main.cpp
- Revision:
- 19:87665d5b094e
- Parent:
- 18:1fddc3e5fffe
diff -r 1fddc3e5fffe -r 87665d5b094e main.cpp --- 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)