Sample application using interrupts, and range_continuous_interrupts mode, to receive range data from the on-board and satellite sensors. Results are displayed on the on-board, 4 digit display and on the COM port.
Dependencies: mbed X_NUCLEO_53L0A1
Fork of Display_53L0A1_Interrupts by
* NOTE : Hard-links U11 and U18, on the underside of the X-NUCELO-53L0A1 expansion board, must be made/ON to allow interrupts to be received from the satellite boards, on INT_L and INT_R, or U10 and U15 to receive interrupts from the alternate locations. *
Revision 6:5a6b732c6b8b, committed 2017-08-08
- Comitter:
- johnAlexander
- Date:
- Tue Aug 08 14:45:08 2017 +0000
- Parent:
- 5:906aa7aede10
- Child:
- 7:84264d97f7e6
- Commit message:
- Application code aligned with ARM mbed coding style, and tested with mbed library revision 148.
Changed in this revision
| X_NUCLEO_53L0A1.lib | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/X_NUCLEO_53L0A1.lib Tue Aug 08 07:51:55 2017 +0000 +++ b/X_NUCLEO_53L0A1.lib Tue Aug 08 14:45:08 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/ST/code/X_NUCLEO_53L0A1/#8320b5ff96fa +https://developer.mbed.org/teams/ST/code/X_NUCLEO_53L0A1/#44e6c9013bff
--- a/mbed.bld Tue Aug 08 07:51:55 2017 +0000 +++ b/mbed.bld Tue Aug 08 14:45:08 2017 +0000 @@ -1,1 +1,1 @@ -https://mbed.org/users/mbed_official/code/mbed/builds/0f02307a0877 \ No newline at end of file +https://mbed.org/users/mbed_official/code/mbed/builds/fd96258d940d \ No newline at end of file
