A software application running on an OMAP3530 EVM embedded system able to interogate two I2C TMP102 temperature sensors |
Characteristics:

- the hardware part of the system is composed of two I2C temperature sensors, TMP102, connected as follow:

- the application uses a dialog based interface;
- the application is based on MFC;
- the application was developed using MS Visual Studio 2005;
- a timer is used to generate an specific event (the OnTimer event);
- in OnTimer routine the I2C sensors are interogated;
- the OnTimer routine use the following main functions: CreateFile, DeviceIoControl, SetFilePointer, ReadFile and CloseHandle;
- the OMAP35x EVM (TMDSEVM3530) test board runs WindowsCE 6.0 R3.
|
|
|
|
|
|
|
|
|