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.
Fork of UtilityLib by
Diff: Utility.h
- Revision:
- 2:3e09d74e5cf0
- Parent:
- 1:2a3bbec22035
- Child:
- 3:87ce0325374d
--- a/Utility.h Wed Feb 19 04:04:10 2014 +0000 +++ b/Utility.h Sun Feb 23 03:58:02 2014 +0000 @@ -18,8 +18,9 @@ * @param red_led_pin pin for red user LED * @param serial_tx_pin pin for the UART TX * @param serial_rx_pin pin for the UART RX + * @param fancySerial if true, allows interrupt handlers on the serial port */ - Utility(PinName green_led_pin, PinName red_led_pin, PinName serial_tx_pin, PinName serial_rx_pin); + Utility(PinName green_led_pin, PinName red_led_pin, PinName serial_tx_pin, PinName serial_rx_pin, bool fancySerial); ~Utility(); /**