mbed library for STMicroelectronics' X-NUCLEO-IKA01A1 expansion board.
Dependents: HelloWorld_IKA01A1
Fork of X_NUCLEO_IKA01A1 by
Library for STMicroelectronics' X-NUCLEO-IKA01A1 multifunctional expansion board based on operational amplifiers.
Components/tsu104/tsu104_class.h@15:114514787e83, 2016-04-08 (annotated)
- Committer:
- hemddabral
- Date:
- Fri Apr 08 05:58:02 2016 +0000
- Revision:
- 15:114514787e83
- Parent:
- 14:8277ca0ab13a
- Child:
- 16:2f9443aedbe8
updated TSU104 class
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
hemddabral | 2:19d1dcef0c0e | 1 | /** |
hemddabral | 2:19d1dcef0c0e | 2 | ****************************************************************************** |
hemddabral | 2:19d1dcef0c0e | 3 | * @file tsu104_class.h |
hemddabral | 2:19d1dcef0c0e | 4 | * @author Central Labs |
hemddabral | 2:19d1dcef0c0e | 5 | * @version 1.0.0 |
hemddabral | 2:19d1dcef0c0e | 6 | * @date 11-February-2016 |
hemddabral | 2:19d1dcef0c0e | 7 | * @brief Portable architecture for TSU104 |
hemddabral | 2:19d1dcef0c0e | 8 | ****************************************************************************** |
hemddabral | 2:19d1dcef0c0e | 9 | * @attention |
hemddabral | 2:19d1dcef0c0e | 10 | * |
hemddabral | 2:19d1dcef0c0e | 11 | * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> |
hemddabral | 2:19d1dcef0c0e | 12 | * |
hemddabral | 2:19d1dcef0c0e | 13 | * Redistribution and use in source and binary forms, with or without modification, |
hemddabral | 2:19d1dcef0c0e | 14 | * are permitted provided that the following conditions are met: |
hemddabral | 2:19d1dcef0c0e | 15 | * 1. Redistributions of source code must retain the above copyright notice, |
hemddabral | 2:19d1dcef0c0e | 16 | * this list of conditions and the following disclaimer. |
hemddabral | 2:19d1dcef0c0e | 17 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
hemddabral | 2:19d1dcef0c0e | 18 | * this list of conditions and the following disclaimer in the documentation |
hemddabral | 2:19d1dcef0c0e | 19 | * and/or other materials provided with the distribution. |
hemddabral | 2:19d1dcef0c0e | 20 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
hemddabral | 2:19d1dcef0c0e | 21 | * may be used to endorse or promote products derived from this software |
hemddabral | 2:19d1dcef0c0e | 22 | * without specific prior written permission. |
hemddabral | 2:19d1dcef0c0e | 23 | * |
hemddabral | 2:19d1dcef0c0e | 24 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
hemddabral | 2:19d1dcef0c0e | 25 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
hemddabral | 2:19d1dcef0c0e | 26 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
hemddabral | 2:19d1dcef0c0e | 27 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
hemddabral | 2:19d1dcef0c0e | 28 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
hemddabral | 2:19d1dcef0c0e | 29 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
hemddabral | 2:19d1dcef0c0e | 30 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
hemddabral | 2:19d1dcef0c0e | 31 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
hemddabral | 2:19d1dcef0c0e | 32 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
hemddabral | 2:19d1dcef0c0e | 33 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
hemddabral | 2:19d1dcef0c0e | 34 | * |
hemddabral | 2:19d1dcef0c0e | 35 | ****************************************************************************** |
hemddabral | 2:19d1dcef0c0e | 36 | */ |
hemddabral | 2:19d1dcef0c0e | 37 | |
hemddabral | 2:19d1dcef0c0e | 38 | |
hemddabral | 2:19d1dcef0c0e | 39 | /* Generated with STM32CubeTOO -----------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 40 | |
hemddabral | 2:19d1dcef0c0e | 41 | |
hemddabral | 2:19d1dcef0c0e | 42 | /* Revision ------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 43 | /* |
hemddabral | 2:19d1dcef0c0e | 44 | Repository: http://svn.x-nucleodev.codex.cro.st.com/svnroot/X-NucleoDev |
hemddabral | 2:19d1dcef0c0e | 45 | Branch/Trunk/Tag: trunk |
hemddabral | 2:19d1dcef0c0e | 46 | Based on: X-CUBE-IKA01A1/trunk/Drivers/BSP/Components/tsu104/tsu104.h |
hemddabral | 2:19d1dcef0c0e | 47 | Revision: 402 |
hemddabral | 2:19d1dcef0c0e | 48 | */ |
hemddabral | 2:19d1dcef0c0e | 49 | |
hemddabral | 2:19d1dcef0c0e | 50 | |
hemddabral | 2:19d1dcef0c0e | 51 | /* Define to prevent recursive inclusion -------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 52 | |
hemddabral | 2:19d1dcef0c0e | 53 | #ifndef __TSU104_CLASS_H |
hemddabral | 2:19d1dcef0c0e | 54 | #define __TSU104_CLASS_H |
hemddabral | 2:19d1dcef0c0e | 55 | |
hemddabral | 2:19d1dcef0c0e | 56 | |
hemddabral | 2:19d1dcef0c0e | 57 | /* Includes ------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 58 | |
hemddabral | 2:19d1dcef0c0e | 59 | /* ACTION 1 ------------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 60 | * Include here platform specific header files. * |
hemddabral | 2:19d1dcef0c0e | 61 | *----------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 62 | #include "mbed.h" |
hemddabral | 2:19d1dcef0c0e | 63 | /* ACTION 2 ------------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 64 | * Include here component specific header files. * |
hemddabral | 2:19d1dcef0c0e | 65 | *----------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 66 | #include "tsu104.h" |
hemddabral | 2:19d1dcef0c0e | 67 | /* ACTION 3 ------------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 68 | * Include here interface specific header files. * |
hemddabral | 2:19d1dcef0c0e | 69 | * * |
hemddabral | 2:19d1dcef0c0e | 70 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 71 | * #include "../Interfaces/Humidity_class.h" * |
hemddabral | 2:19d1dcef0c0e | 72 | * #include "../Interfaces/Temperature_class.h" * |
hemddabral | 2:19d1dcef0c0e | 73 | *----------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 74 | #include "../Interfaces/Windcomp_class.h" |
hemddabral | 2:19d1dcef0c0e | 75 | |
hemddabral | 2:19d1dcef0c0e | 76 | |
hemddabral | 2:19d1dcef0c0e | 77 | /* Classes -------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 78 | |
hemddabral | 2:19d1dcef0c0e | 79 | /** |
hemddabral | 13:9cecc8d66cc1 | 80 | * @brief Class representing a TSU104 operational amplifier component. The window comparator |
hemddabral | 13:9cecc8d66cc1 | 81 | * configuration allows the user to compare a signal to two threshold voltages. When the signal |
hemddabral | 13:9cecc8d66cc1 | 82 | * is out of the required voltage range, the output of the operational amplifier toggles |
hemddabral | 2:19d1dcef0c0e | 83 | */ |
hemddabral | 2:19d1dcef0c0e | 84 | class TSU104 : public Windcomp |
hemddabral | 2:19d1dcef0c0e | 85 | { |
hemddabral | 2:19d1dcef0c0e | 86 | public: |
hemddabral | 2:19d1dcef0c0e | 87 | |
hemddabral | 2:19d1dcef0c0e | 88 | /*** Constructor and Destructor Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 89 | |
hemddabral | 2:19d1dcef0c0e | 90 | /** |
hemddabral | 2:19d1dcef0c0e | 91 | * @brief Constructor. |
hemddabral | 2:19d1dcef0c0e | 92 | */ |
hemddabral | 14:8277ca0ab13a | 93 | TSU104(PinName photoSensorPin, PinName windCmpSignalPin_1,PinName windCmpSignalPin_2) : Windcomp() |
hemddabral | 2:19d1dcef0c0e | 94 | { |
hemddabral | 14:8277ca0ab13a | 95 | photo_sensor_pin = photoSensorPin; |
hemddabral | 14:8277ca0ab13a | 96 | windCmp_signal_pin_1 = windCmpSignalPin_1; |
hemddabral | 14:8277ca0ab13a | 97 | windCmp_signal_pin_2 = windCmpSignalPin_2; |
hemddabral | 2:19d1dcef0c0e | 98 | } |
hemddabral | 2:19d1dcef0c0e | 99 | |
hemddabral | 2:19d1dcef0c0e | 100 | /** |
hemddabral | 2:19d1dcef0c0e | 101 | * @brief Destructor. |
hemddabral | 2:19d1dcef0c0e | 102 | */ |
hemddabral | 2:19d1dcef0c0e | 103 | virtual ~TSU104(void) {} |
hemddabral | 2:19d1dcef0c0e | 104 | |
hemddabral | 2:19d1dcef0c0e | 105 | |
hemddabral | 2:19d1dcef0c0e | 106 | /*** Public Component Related Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 107 | |
hemddabral | 13:9cecc8d66cc1 | 108 | /** |
hemddabral | 13:9cecc8d66cc1 | 109 | * @brief initialize the class for TSU104 operational amplifier component |
hemddabral | 13:9cecc8d66cc1 | 110 | * @retval COMPONENT_OK if initialization is successfull |
hemddabral | 13:9cecc8d66cc1 | 111 | * @retval suitable error code otherwise |
hemddabral | 13:9cecc8d66cc1 | 112 | */ |
hemddabral | 2:19d1dcef0c0e | 113 | virtual int Init(void *init = NULL) |
hemddabral | 2:19d1dcef0c0e | 114 | { |
hemddabral | 2:19d1dcef0c0e | 115 | return (int) TSU104_Init((void *) init); |
hemddabral | 2:19d1dcef0c0e | 116 | } |
hemddabral | 13:9cecc8d66cc1 | 117 | |
hemddabral | 13:9cecc8d66cc1 | 118 | /** |
hemddabral | 13:9cecc8d66cc1 | 119 | * @brief obtain component ID for TSU104 perational amplifier |
hemddabral | 13:9cecc8d66cc1 | 120 | * @retval component ID for TSU104 operational amplifier |
hemddabral | 13:9cecc8d66cc1 | 121 | */ |
hemddabral | 2:19d1dcef0c0e | 122 | virtual int ReadID(uint8_t *id = NULL) |
hemddabral | 2:19d1dcef0c0e | 123 | { |
hemddabral | 2:19d1dcef0c0e | 124 | return (int) TSU104_ReadID((uint8_t *) id); |
hemddabral | 2:19d1dcef0c0e | 125 | } |
hemddabral | 13:9cecc8d66cc1 | 126 | /** |
hemddabral | 13:9cecc8d66cc1 | 127 | * @brief obtain digital value at arduino pin D2 |
hemddabral | 13:9cecc8d66cc1 | 128 | * @retval digital value at arduino pin D2 |
hemddabral | 13:9cecc8d66cc1 | 129 | */ |
hemddabral | 15:114514787e83 | 130 | virtual unsigned int WindComp_Get_Signal1(void) |
hemddabral | 2:19d1dcef0c0e | 131 | { |
hemddabral | 14:8277ca0ab13a | 132 | DigitalIn windowsCompD2(windCmp_signal_pin_1); |
hemddabral | 2:19d1dcef0c0e | 133 | return windowsCompD2.read(); |
hemddabral | 2:19d1dcef0c0e | 134 | } |
hemddabral | 2:19d1dcef0c0e | 135 | |
hemddabral | 13:9cecc8d66cc1 | 136 | /** |
hemddabral | 13:9cecc8d66cc1 | 137 | * @brief obtain digital value at arduino pin D4 |
hemddabral | 13:9cecc8d66cc1 | 138 | * @retval digital value at arduino pin D4 |
hemddabral | 13:9cecc8d66cc1 | 139 | */ |
hemddabral | 15:114514787e83 | 140 | virtual unsigned int WindComp_Get_Signal2(void) |
hemddabral | 2:19d1dcef0c0e | 141 | { |
hemddabral | 14:8277ca0ab13a | 142 | DigitalIn windowsCompD4(windCmp_signal_pin_2); |
hemddabral | 2:19d1dcef0c0e | 143 | return windowsCompD4.read(); |
hemddabral | 2:19d1dcef0c0e | 144 | } |
hemddabral | 13:9cecc8d66cc1 | 145 | |
hemddabral | 13:9cecc8d66cc1 | 146 | |
hemddabral | 13:9cecc8d66cc1 | 147 | /** |
hemddabral | 13:9cecc8d66cc1 | 148 | * @brief obtain the output voltage detected by photo sensor |
hemddabral | 13:9cecc8d66cc1 | 149 | * @param pin AnalogIn pin to use for detecting the voltage |
hemddabral | 13:9cecc8d66cc1 | 150 | * @retval voltage detected by photo sensor |
hemddabral | 13:9cecc8d66cc1 | 151 | */ |
hemddabral | 14:8277ca0ab13a | 152 | virtual unsigned int TSU104_PhotoSensor_GetVoltage(void) |
hemddabral | 2:19d1dcef0c0e | 153 | { |
hemddabral | 14:8277ca0ab13a | 154 | AnalogIn photoSensor(photo_sensor_pin); |
hemddabral | 12:ac16b9a1cad6 | 155 | double voltage = photoSensor.read(); |
hemddabral | 2:19d1dcef0c0e | 156 | voltage = voltage*3.3*1000.0; // voltage in mV |
hemddabral | 2:19d1dcef0c0e | 157 | return voltage; |
hemddabral | 2:19d1dcef0c0e | 158 | } |
hemddabral | 2:19d1dcef0c0e | 159 | |
hemddabral | 2:19d1dcef0c0e | 160 | |
hemddabral | 2:19d1dcef0c0e | 161 | /*** Public Interrupt Related Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 162 | |
hemddabral | 2:19d1dcef0c0e | 163 | /* ACTION 6 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 164 | * Implement here interrupt related methods, if any. * |
hemddabral | 2:19d1dcef0c0e | 165 | * Note that interrupt handling is platform dependent, e.g.: * |
hemddabral | 2:19d1dcef0c0e | 166 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 167 | * InterruptIn feature_irq(pin); //Interrupt object. * |
hemddabral | 2:19d1dcef0c0e | 168 | * feature_irq.fall(callback); //Attach a callback. * |
hemddabral | 2:19d1dcef0c0e | 169 | * feature_irq.mode(PullNone); //Set interrupt mode. * |
hemddabral | 2:19d1dcef0c0e | 170 | * feature_irq.enable_irq(); //Enable interrupt. * |
hemddabral | 2:19d1dcef0c0e | 171 | * feature_irq.disable_irq(); //Disable interrupt. * |
hemddabral | 2:19d1dcef0c0e | 172 | * + Arduino: * |
hemddabral | 2:19d1dcef0c0e | 173 | * attachInterrupt(pin, callback, RISING); //Attach a callback. * |
hemddabral | 2:19d1dcef0c0e | 174 | * detachInterrupt(pin); //Detach a callback. * |
hemddabral | 2:19d1dcef0c0e | 175 | * * |
hemddabral | 2:19d1dcef0c0e | 176 | * Example (mbed): * |
hemddabral | 2:19d1dcef0c0e | 177 | * void AttachFeatureIRQ(void (*fptr) (void)) * |
hemddabral | 2:19d1dcef0c0e | 178 | * { * |
hemddabral | 2:19d1dcef0c0e | 179 | * feature_irq.fall(fptr); * |
hemddabral | 2:19d1dcef0c0e | 180 | * } * |
hemddabral | 2:19d1dcef0c0e | 181 | * * |
hemddabral | 2:19d1dcef0c0e | 182 | * void EnableFeatureIRQ(void) * |
hemddabral | 2:19d1dcef0c0e | 183 | * { * |
hemddabral | 2:19d1dcef0c0e | 184 | * feature_irq.enable_irq(); * |
hemddabral | 2:19d1dcef0c0e | 185 | * } * |
hemddabral | 2:19d1dcef0c0e | 186 | * * |
hemddabral | 2:19d1dcef0c0e | 187 | * void DisableFeatureIRQ(void) * |
hemddabral | 2:19d1dcef0c0e | 188 | * { * |
hemddabral | 2:19d1dcef0c0e | 189 | * feature_irq.disable_irq(); * |
hemddabral | 2:19d1dcef0c0e | 190 | * } * |
hemddabral | 2:19d1dcef0c0e | 191 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 192 | |
hemddabral | 2:19d1dcef0c0e | 193 | |
hemddabral | 2:19d1dcef0c0e | 194 | protected: |
hemddabral | 2:19d1dcef0c0e | 195 | |
hemddabral | 2:19d1dcef0c0e | 196 | /*** Protected Component Related Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 197 | |
hemddabral | 14:8277ca0ab13a | 198 | /** |
hemddabral | 14:8277ca0ab13a | 199 | * arduino pin for photosensor output voltage |
hemddabral | 14:8277ca0ab13a | 200 | */ |
hemddabral | 14:8277ca0ab13a | 201 | PinName photo_sensor_pin; |
hemddabral | 14:8277ca0ab13a | 202 | |
hemddabral | 14:8277ca0ab13a | 203 | /** |
hemddabral | 14:8277ca0ab13a | 204 | * arduino pin for signal 1 of windows comparator configuration |
hemddabral | 14:8277ca0ab13a | 205 | */ |
hemddabral | 14:8277ca0ab13a | 206 | PinName windCmp_signal_pin_1; |
hemddabral | 14:8277ca0ab13a | 207 | |
hemddabral | 14:8277ca0ab13a | 208 | /** |
hemddabral | 14:8277ca0ab13a | 209 | * arduino pin for signal 1 of windows comparator configuration |
hemddabral | 14:8277ca0ab13a | 210 | */ |
hemddabral | 14:8277ca0ab13a | 211 | PinName windCmp_signal_pin_2; |
hemddabral | 14:8277ca0ab13a | 212 | |
hemddabral | 2:19d1dcef0c0e | 213 | /* ACTION 7 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 214 | * Declare here the component's specific methods. * |
hemddabral | 2:19d1dcef0c0e | 215 | * They should be: * |
hemddabral | 2:19d1dcef0c0e | 216 | * + Methods with the same name of the C component's virtual table's * |
hemddabral | 2:19d1dcef0c0e | 217 | * functions (1); * |
hemddabral | 2:19d1dcef0c0e | 218 | * + Methods with the same name of the C component's extended virtual * |
hemddabral | 2:19d1dcef0c0e | 219 | * table's functions, if any (2); * |
hemddabral | 2:19d1dcef0c0e | 220 | * + Helper methods, if any, like functions declared in the component's * |
hemddabral | 2:19d1dcef0c0e | 221 | * source files but not pointed by the component's virtual table (3). * |
hemddabral | 2:19d1dcef0c0e | 222 | * * |
hemddabral | 2:19d1dcef0c0e | 223 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 224 | * Status_t COMPONENT_GetValue(float *f); //(1) * |
hemddabral | 2:19d1dcef0c0e | 225 | * Status_t COMPONENT_EnableFeature(void); //(2) * |
hemddabral | 2:19d1dcef0c0e | 226 | * Status_t COMPONENT_ComputeAverage(void); //(3) * |
hemddabral | 2:19d1dcef0c0e | 227 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 228 | /* TSU104's generic functions. */ |
hemddabral | 2:19d1dcef0c0e | 229 | Status_t TSU104_Init(void *init); |
hemddabral | 2:19d1dcef0c0e | 230 | Status_t TSU104_ReadID(void *id); |
hemddabral | 2:19d1dcef0c0e | 231 | |
hemddabral | 2:19d1dcef0c0e | 232 | /* TSU104's interrupts related functions. */ |
hemddabral | 2:19d1dcef0c0e | 233 | Status_t TSU104_ConfigIT(void* a); |
hemddabral | 2:19d1dcef0c0e | 234 | |
hemddabral | 2:19d1dcef0c0e | 235 | |
hemddabral | 2:19d1dcef0c0e | 236 | /*** Component's I/O Methods ***/ |
hemddabral | 2:19d1dcef0c0e | 237 | |
hemddabral | 2:19d1dcef0c0e | 238 | /* ACTION 8 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 239 | * Implement here other I/O methods beyond those already implemented * |
hemddabral | 2:19d1dcef0c0e | 240 | * above, which are declared extern within the component's header file. * |
hemddabral | 2:19d1dcef0c0e | 241 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 242 | unsigned int TSU104_Read_Pin_D2() |
hemddabral | 2:19d1dcef0c0e | 243 | { |
hemddabral | 2:19d1dcef0c0e | 244 | /* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */ |
hemddabral | 2:19d1dcef0c0e | 245 | return (unsigned int) 0; |
hemddabral | 2:19d1dcef0c0e | 246 | } |
hemddabral | 2:19d1dcef0c0e | 247 | |
hemddabral | 2:19d1dcef0c0e | 248 | unsigned int TSU104_Read_Pin_D4() |
hemddabral | 2:19d1dcef0c0e | 249 | { |
hemddabral | 2:19d1dcef0c0e | 250 | /* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */ |
hemddabral | 2:19d1dcef0c0e | 251 | return (unsigned int) 0; |
hemddabral | 2:19d1dcef0c0e | 252 | } |
hemddabral | 2:19d1dcef0c0e | 253 | |
hemddabral | 2:19d1dcef0c0e | 254 | unsigned int TSU104_Read_Pin_A4() |
hemddabral | 2:19d1dcef0c0e | 255 | { |
hemddabral | 2:19d1dcef0c0e | 256 | /* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */ |
hemddabral | 2:19d1dcef0c0e | 257 | return (unsigned int) 0; |
hemddabral | 2:19d1dcef0c0e | 258 | } |
hemddabral | 2:19d1dcef0c0e | 259 | |
hemddabral | 2:19d1dcef0c0e | 260 | |
hemddabral | 2:19d1dcef0c0e | 261 | /*** Component's Instance Variables ***/ |
hemddabral | 2:19d1dcef0c0e | 262 | |
hemddabral | 2:19d1dcef0c0e | 263 | /* ACTION 9 --------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 264 | * Declare here interrupt related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 265 | * Note that interrupt handling is platform dependent, see * |
hemddabral | 2:19d1dcef0c0e | 266 | * "Interrupt Related Methods" above. * |
hemddabral | 2:19d1dcef0c0e | 267 | * * |
hemddabral | 2:19d1dcef0c0e | 268 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 269 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 270 | * InterruptIn feature_irq; * |
hemddabral | 2:19d1dcef0c0e | 271 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 272 | |
hemddabral | 2:19d1dcef0c0e | 273 | /* ACTION 10 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 274 | * Declare here other pin related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 275 | * * |
hemddabral | 2:19d1dcef0c0e | 276 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 277 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 278 | * DigitalOut standby_reset; * |
hemddabral | 2:19d1dcef0c0e | 279 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 280 | |
hemddabral | 2:19d1dcef0c0e | 281 | /* ACTION 11 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 282 | * Declare here communication related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 283 | * * |
hemddabral | 2:19d1dcef0c0e | 284 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 285 | * + mbed: * |
hemddabral | 2:19d1dcef0c0e | 286 | * DigitalOut address; * |
hemddabral | 2:19d1dcef0c0e | 287 | * DevI2C &dev_i2c; * |
hemddabral | 2:19d1dcef0c0e | 288 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 289 | |
hemddabral | 2:19d1dcef0c0e | 290 | /* ACTION 12 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 291 | * Declare here identity related variables, if needed. * |
hemddabral | 2:19d1dcef0c0e | 292 | * Note that there should be only a unique identifier for each component, * |
hemddabral | 2:19d1dcef0c0e | 293 | * which should be the "who_am_i" parameter. * |
hemddabral | 2:19d1dcef0c0e | 294 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 295 | /* Identity */ |
hemddabral | 2:19d1dcef0c0e | 296 | uint8_t who_am_i; |
hemddabral | 2:19d1dcef0c0e | 297 | |
hemddabral | 2:19d1dcef0c0e | 298 | /* ACTION 13 -------------------------------------------------------------* |
hemddabral | 2:19d1dcef0c0e | 299 | * Declare here the component's static and non-static data, one variable * |
hemddabral | 2:19d1dcef0c0e | 300 | * per line. * |
hemddabral | 2:19d1dcef0c0e | 301 | * * |
hemddabral | 2:19d1dcef0c0e | 302 | * Example: * |
hemddabral | 2:19d1dcef0c0e | 303 | * float measure; * |
hemddabral | 2:19d1dcef0c0e | 304 | * int instance_id; * |
hemddabral | 2:19d1dcef0c0e | 305 | * static int number_of_instances; * |
hemddabral | 2:19d1dcef0c0e | 306 | *------------------------------------------------------------------------*/ |
hemddabral | 2:19d1dcef0c0e | 307 | }; |
hemddabral | 2:19d1dcef0c0e | 308 | |
hemddabral | 2:19d1dcef0c0e | 309 | #endif /* __TSU104_CLASS_H */ |
hemddabral | 2:19d1dcef0c0e | 310 | |
hemddabral | 2:19d1dcef0c0e | 311 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ |