f

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IHM01A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
d3dfantasy99
Date:
Sat Apr 29 08:16:25 2017 +0000
Parent:
35:974ca699c792
Commit message:
tolta libreria

Changed in this revision

Components/L6474/L6474.h Show annotated file Show diff for this revision Revisions of this file
diff -r 974ca699c792 -r 8a192295a94b Components/L6474/L6474.h
--- a/Components/L6474/L6474.h	Mon Mar 13 17:45:14 2017 +0000
+++ b/Components/L6474/L6474.h	Sat Apr 29 08:16:25 2017 +0000
@@ -95,7 +95,7 @@
      * @param ssel          pin name of the SSEL pin of the SPI device to be used for communication.
      * @param spi           SPI device to be used for communication.
      */
-    L6474(PinName flag_irq, PinName standby_reset, PinName direction, PinName pwm, PinName ssel, DevSPI &spi) : StepperMotor(), flag_irq(flag_irq), standby_reset(standby_reset), direction(direction), pwm(pwm), ssel(ssel), dev_spi(spi)
+   L6474 (PinName flag_irq, PinName standby_reset, PinName direction, PinName pwm, PinName ssel, DevSPI &spi) : StepperMotor(), flag_irq(flag_irq), standby_reset(standby_reset), direction(direction), pwm(pwm), ssel(ssel), dev_spi(spi)
     {
         /* Checking stackability. */
         if (!(number_of_devices < MAX_NUMBER_OF_DEVICES)) {