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 mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L073RZ/objects.h
- 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"
    