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:
- 12:2fc3e1efa646
- Parent:
- 11:529d80511757
- Child:
- 13:226b63f2b5e4
diff -r 529d80511757 -r 2fc3e1efa646 main.cpp --- a/main.cpp Fri Aug 08 09:13:43 2014 +0000 +++ b/main.cpp Mon Sep 15 09:55:36 2014 +0000 @@ -27,8 +27,8 @@ //Chip communication SPI spi(p5, p6, p7); spi.format(MLX90393::spi_bits,MLX90393::spi_mode); - spi.frequency(1000000); - MLX90393 sensor(p26,&spi); + spi.frequency(100000); + MLX90393 sensor(p8,&spi); //variables