Description: 1) The first job is to detect a CAN receive remote frame with this ID.
2) If the ID matches, the DVK90CAN1 board will send the temperatue value plus the luminosity values (2 bytes) with the same ID.
3) The second job is to add to the data sent the VCC-IN value (2 bytes).
To Search:
File list (Check if you may need any files):
DVK90CAN_Param\CONFIG.H
..............\main_dvk90can_param.c
..............\Output_ImageCraft
..............\Lib_MCU
..............\.......\COMPILER.H
..............\.......\MCU.H
..............\.......\Uart
..............\.......\....\uart_noit_lib.c
..............\.......\....\uart_noit_lib.h
..............\.......\CAN
..............\.......\...\CAN_DRV.C
..............\.......\...\CAN_DRV.H
..............\.......\...\CAN_LIB.C
..............\.......\...\CAN_LIB.H
..............\.......\Adc
..............\.......\...\ADC_LIB.C
..............\.......\...\ADC_LIB.H
..............\.......\...\ADC_LIB._C
..............\Lib_Board
..............\.........\BOARD.H
..............\.........\Sensor
..............\.........\......\sensor_drv.c
..............\.........\......\sensor_drv.h
..............\.........\......\sensor_drv._c
..............\.........\RTC
..............\.........\...\rtc_drv.c
..............\.........\...\rtc_drv.h
..............\.........\LED
..............\.........\...\LED_DRV.C
..............\.........\...\LED_DRV.H
..............\.........\Key
..............\.........\...\KEY_DRV.C
..............\.........\...\KEY_DRV.H
..............\.........\Audio
..............\.........\.....\audio_drv.c
..............\.........\.....\audio_drv.h
DVK90CAN_Param