lib modifiée

Fork of X_NUCLEO_IHM01A1 by Robotique FIP

Changes

RevisionDateWhoCommit message
26:eebac9cee826 2016-04-02 mohabendaoud add code to do a straight angle default tip
25:456a51498c6b 2016-03-25 julientiron ez
24:258f0f60d30c 2016-03-11 Davidroid + Updated with the new version of common libraries.
23:58264db10a17 2016-02-15 Davidroid + Updated some comments.
22:ed3a6990a6eb 2016-02-09 Davidroid + Updated with the new template's syntax.
21:83138e702683 2016-01-19 Davidroid + Changed "L6474_Init()" function's prototype, to be consistent with the "MOTOR_DrvVTableTypeDef" type.
20:a8e81b65f0af 2016-01-15 Davidroid + Added comments within the "L6474_class.h" header file.
19:5f0b00a1e38d 2016-01-13 Davidroid + Enabled methods accidentally left commented within the "StepperMotor" interface.
18:2d6ab2b93685 2016-01-13 Davidroid + Initialization structure added.; + StepperMotor's GetParameters()/SetParameters() methods updated to handle floating-point numbers.; + L6474's GetParameters()/SetParameters() methods updated to re-format parameters.;
17:35b9ca8c4bd6 2016-01-04 Davidroid + Added check on component's stackability.
16:bec7dd79f328 2015-12-14 Davidroid + Default initialization structure set to NULL.
15:40470df81d9a 2015-12-10 Davidroid + Comments related to the component updated.
14:73823a4344be 2015-12-09 Davidroid + Correction of a typo.
13:ba2728afe4c2 2015-12-01 Davidroid + Modified SoftStop() and HardStop() to not to disable the power bridge;; + Added SoftHiz() and HardHiz() to disable the power bridge.
12:9f4b9540ff3e 2015-11-27 Davidroid + Updated to initialize the motor to 1/16 Microstepping mode.
11:b4d365138c21 2015-11-27 Davidroid + Initialization of the component updated to FULL STEP mode.
10:c3824af0caf4 2015-11-26 Davidroid + Updated comments to the new structure generated by the Stm32CubeTOO tool.
9:6f116ce8e314 2015-11-25 Davidroid + Minor changes to align to the StepperMotor interface.
8:42e0b00b1e4d 2015-11-23 Davidroid + Doxygen documentation completed.
7:f7e0c3621f77 2015-11-20 Davidroid + FLAG interrupt handling added.; + Doxygen documentation ongoing.
6:a47569fc7534 2015-11-19 Davidroid Set ISR flags as static members.
5:d3c78f12a78d 2015-11-18 Davidroid + SPI registers set as static variables and as arrays of MAX_NUMBER_OF_DEVICES, in order to support daisy-chain configuration.; + Direction type "StepperMotor::direction_t" modified.
4:83a1eb397a65 2015-11-13 Davidroid "StepperMotor" abstract class defined.
3:b14869784215 2015-10-28 Davidroid NTR
2:de6d31fa3709 2015-10-28 Davidroid + Added support for LSM6DS0, other than the LSM6DS3 within the main program.; + Increased the maximum motor frequency to 20000Hz rather than 10000Hz within the X_NUCLEO_IHM01A1 library (modification just for the purpose of this demo).
1:b38ebb8ea286 2015-10-16 Davidroid + Removed Timer Serivce Routine's flag and restored direct callback.; + Restored "L6474_WaitWhileActive()" function.;
0:2887415a46cd 2015-10-14 Davidroid Library to handle the X_NUCLEO_IHM01A1 Motor Control Expansion Board.