sample using TC77 SPI Thermal Sensor
Dependencies: mbed USBDevice TC77
温度センサの TC77 を使うサンプルプログラムです。
SPIなのにIOが共通になっているという変わったチップです。
MOSIとMISOを抵抗で繋いでしまうというのがポイントで、それさえ解れば難しいトコはありません。
この例では 8ピン版の TC77を以下のように接続しています mbed TC77 MOSI p5 ---R 10K---+ | MISO p6 -----------+--- pin1 SI/O SCK p7 --------------- pin2 SCK CS p8 --------------- pin7 CS(active low)
History
Create TC77 library
2016-06-10, by jk1lot [Fri, 10 Jun 2016 15:21:49 +0000] rev 4
Create TC77 library
Using TC77lib
2016-06-10, by jk1lot [Fri, 10 Jun 2016 15:07:47 +0000] rev 3
Using TC77lib
write() and read() chenged to protected
2016-06-04, by jk1lot [Sat, 04 Jun 2016 08:21:08 +0000] rev 2
write() and read() chenged to protected
???ARM??????; ??????
2016-06-02, by jk1lot [Thu, 02 Jun 2016 23:59:18 +0000] rev 1
???ARM??????; ??????