Some minor documentation of the code.
This commit is contained in:
@ -86,9 +86,9 @@ ReturnValue_t ArduinoDH::interpretDeviceReply(DeviceCommandId_t id,
|
||||
* The data of temperature, environment and orientation are then stored in three separated vectors.
|
||||
* These vectors will be then saved in the framework datapool in order to be used by the controller.
|
||||
*/
|
||||
printf(
|
||||
/*printf(
|
||||
"\n***********************************************************************************************\n");
|
||||
printf("TEMPERATURE parameters are: ");
|
||||
printf("TEMPERATURE parameters are: ");*/
|
||||
for (int i = 0; i < 36; i++) {
|
||||
memcpy(&Temp_ch.start_string, &packet[27 * i + 0], 8);
|
||||
memcpy(&Temp_ch.Typ, &packet[27 * i + 8], 1);
|
||||
@ -118,7 +118,7 @@ ReturnValue_t ArduinoDH::interpretDeviceReply(DeviceCommandId_t id,
|
||||
* Anyway they are available and they can be used if necessary.
|
||||
*/
|
||||
|
||||
/*printf(
|
||||
printf(
|
||||
"\n\n***********************************************************************************************\n");
|
||||
printf("ENVIRONMENTAL parameters are: ");
|
||||
for (int j = 0; j < 9; j++) {
|
||||
|
Reference in New Issue
Block a user