Library to handle the X_NUCLEO_IHM02A1 Motor Control Expansion Board based on the L6470 component.
Fork of X_NUCLEO_IHM02A1 by
Diff: Components/l6470/l6470_class.h
- Revision:
- 8:a9513361a2ec
- Parent:
- 7:3bb27256c3ed
- Child:
- 11:1aca63b2f034
--- 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); }