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.
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: source/drivers/MicroBitMultiButton.cpp
- Revision:
- 69:b62f231e51ce
- Parent:
- 1:8aa5cdb4ab67
--- a/source/drivers/MicroBitMultiButton.cpp Wed Jul 13 12:18:48 2016 +0100
+++ b/source/drivers/MicroBitMultiButton.cpp Wed Jul 13 12:18:49 2016 +0100
@@ -208,7 +208,7 @@
/**
* Changes the event configuration of this button to the given MicroBitButtonEventConfiguration.
- * All subsequent events generated by this button will then be informed by this configuraiton.
+ * All subsequent events generated by this button will then be informed by this configuration.
*
* @param config The new configuration for this button. Legal values are MICROBIT_BUTTON_ALL_EVENTS or MICROBIT_BUTTON_SIMPLE_EVENTS.
*
@@ -295,4 +295,4 @@
int MicroBitMultiButton::isPressed()
{
return ((status & MICROBIT_MULTI_BUTTON_STATE_1) && (status & MICROBIT_MULTI_BUTTON_STATE_2));
-}
+}
\ No newline at end of file
