библиотека для подключения модуля термопары к микроконтроллеру
Dependents: NUCLEO_F410RB_MAX6675 PanelaSTM
Fork of max6675 by
Revision 1:9274ae9e3938, committed 2010-06-13
- Comitter:
- tecnosys
- Date:
- Sun Jun 13 13:25:05 2010 +0000
- Parent:
- 0:b49d36e03092
- Child:
- 2:661ac326e3b3
- Commit message:
Changed in this revision
| main.cpp | Show diff for this revision Revisions of this file |
--- a/main.cpp Sat May 15 06:26:05 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#include "mbed.h"
-#include "max6675.h"
-
-
-SPI spi(p11,p12,p13);
-
-max6675 max(spi,p18);
-Serial pc(USBTX,USBRX);
-
-int main() {
-
-
- while (1) {
-
- float temp = max.read_temp();
- printf("\n\rT: %f",temp );
-
- wait(.25);
- }
-
-
-}
