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)

Files at this revision

API Documentation at this revision

Comitter:
jk1lot
Date:
Fri Jun 10 15:21:49 2016 +0000
Parent:
3:166569cca64e
Commit message:
Create TC77 library

Changed in this revision

TC77.lib Show annotated file Show diff for this revision Revisions of this file
TC77lib.lib Show diff for this revision Revisions of this file
diff -r 166569cca64e -r c6d01effe858 TC77.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TC77.lib	Fri Jun 10 15:21:49 2016 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/jk1lot/code/TC77/#b8fa872b60e6
diff -r 166569cca64e -r c6d01effe858 TC77lib.lib
--- a/TC77lib.lib	Fri Jun 10 15:07:47 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/jk1lot/code/TC77lib/#b8fa872b60e6