TMP102 temperature sensor test using LPC824.
Dependencies: test_TMP102 mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:11f0da55b0fd | 2017-11-26 | yasubumi | Make Class library for using TMP102 and add comment of usage. |
4:becda38a264c | 2017-11-26 | yasubumi | add comment |
3:600dea808e48 | 2017-11-26 | yasubumi | Make two constructors for different usage (1. use GPIO pin name, 2. use I2C object) |
2:40c813b1d6a3 | 2017-11-25 | yasubumi | made class for TMP102 not optimized. |
1:3241f6a5a51e | 2017-11-19 | yasubumi | TMP102 temperature sensor test for LPC824 without using existing TMP102 module. Basic test only to read temperature. |
0:26352a9cd499 | 2017-11-19 | yasubumi | First test of TMP102 using existing module. |