hi

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IHM02A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Thu Dec 10 15:42:20 2015 +0000
Parent:
7:3bb27256c3ed
Child:
9:d70452d7a1e1
Commit message:
+ Comments related to the component updated.

Changed in this revision

Components/l6470/l6470_class.h Show annotated file Show diff for this revision Revisions of this file
--- a/Components/l6470/l6470_class.h	Thu Dec 10 15:08:48 2015 +0000
+++ b/Components/l6470/l6470_class.h	Thu Dec 10 15:42:20 2015 +0000
@@ -1297,7 +1297,6 @@
      */
     void L6470_ENABLE(void)
     {
-        /* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */
         standby_reset = 1;
     }
 
@@ -1306,7 +1305,6 @@
      */
     void L6470_DISABLE(void)
     {
-        /* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */
         standby_reset = 0;
     }
 
@@ -1315,7 +1313,6 @@
      */
     void L6470_SPI_Communication(uint8_t *pTxData, uint8_t *pRxData, uint16_t Size, uint32_t Timeout)
     {
-        /* TO BE IMPLEMENTED BY USING TARGET PLATFORM'S APIs. */
         ReadWrite(pRxData, pTxData, Size);
     }