Lancaster University / mbed-src

Fork of mbed-src by mbed official

Revision:
531:47d2b67c511f
Parent:
494:41cd0bfadcd0
--- a/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h	Thu Apr 30 09:15:06 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h	Thu Apr 30 13:00:08 2015 +0100
@@ -1,6 +1,6 @@
 /* mbed Microcontroller Library
  *******************************************************************************
- * Copyright (c) 2014, STMicroelectronics
+ * Copyright (c) 2015, STMicroelectronics
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -57,11 +57,13 @@
 struct analogin_s {
     ADCName adc;
     PinName pin;
+    uint32_t channel;
 };
 
 struct dac_s {
     DACName dac;
     PinName pin;
+    uint32_t channel;
 };
 
 struct serial_s {
@@ -98,6 +100,8 @@
     PinName pin;
     uint32_t period;
     uint32_t pulse;
+    uint32_t channel;
+    uint32_t inverted;
 };
 
 #include "gpio_object.h"