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. *
History
Use published, mbed-certified board and sensor classes.
2019-06-06, by johnAlexander [Thu, 06 Jun 2019 09:27:40 +0000] rev 7
Use published, mbed-certified board and sensor classes.
Application code aligned with ARM mbed coding style, and tested with mbed library revision 148.
2017-08-08, by johnAlexander [Tue, 08 Aug 2017 14:45:08 +0000] rev 6
Application code aligned with ARM mbed coding style, and tested with mbed library revision 148.
Align with ARM mbed coding style.
2017-08-08, by johnAlexander [Tue, 08 Aug 2017 07:51:55 +0000] rev 5
Align with ARM mbed coding style.
Refactored example code and updated comment section to mention expansion board hardware configuration needs.
2017-06-20, by johnAlexander [Tue, 20 Jun 2017 08:14:49 +0000] rev 4
Refactored example code and updated comment section to mention expansion board hardware configuration needs.
Sample application using interrupts, and range_continuous_interrupt mode, to receive range data from the on-board and satellite sensors. Results are displayed on the on-board, LED Display and the COM port.
2017-06-15, by johnAlexander [Thu, 15 Jun 2017 13:52:54 +0000] rev 3
Sample application using interrupts, and range_continuous_interrupt mode, to receive range data from the on-board and satellite sensors. Results are displayed on the on-board, LED Display and the COM port.
Sample application to show ranging with interrupts support. Uses centre sensor on X-Nucleo-53L0A1 and ranging_continuous_interrupt mode. ;
2017-06-14, by johnAlexander [Wed, 14 Jun 2017 14:42:41 +0000] rev 2
Sample application to show ranging with interrupts support. Uses centre sensor on X-Nucleo-53L0A1 and ranging_continuous_interrupt mode. ;
Refactor, to remove unused, or legacy code.; Update comments.
2017-06-13, by johnAlexander [Tue, 13 Jun 2017 15:31:26 +0000] rev 1
Refactor, to remove unused, or legacy code.; Update comments.
Sample application, using the X_Nucleo_53L0A1 library, to display range results from the central sensor of X-NUCLEO-53L0A1 board on the 4-digit LED display.
2017-06-09, by johnAlexander [Fri, 09 Jun 2017 07:21:19 +0000] rev 0
Sample application, using the X_Nucleo_53L0A1 library, to display range results from the central sensor of X-NUCLEO-53L0A1 board on the 4-digit LED display.