Mark Gottscho / UtilityLib

Fork of UtilityLib by Mark Gottscho

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();
         
         /**