Personal fork of the library for direct control instead of library control

Dependencies:   X_NUCLEO_COMMON

Dependents:   Thesis_Rotating_Platform

Fork of X_NUCLEO_IHM01A1 by Arkadi Rafalovich

Revision:
15:40470df81d9a
Parent:
13:ba2728afe4c2
Child:
16:bec7dd79f328
--- a/Components/l6474/l6474_class.h	Wed Dec 09 14:59:53 2015 +0000
+++ b/Components/l6474/l6474_class.h	Thu Dec 10 15:04:57 2015 +0000
@@ -102,10 +102,8 @@
          * line.                                                              *
          *                                                                    *
          * Example:                                                           *
-         *   T0_out = 0;                                                      *
-         *   T1_out = 0;                                                      *
-         *   T0_degC = 0;                                                     *
-         *   T1_degC = 0;                                                     *
+         *   measure = 0;                                                     *
+         *   instance_id = number_of_instances++;                             *
          *--------------------------------------------------------------------*/
         errorHandlerCallback = 0;
         deviceInstance = numberOfDevices;