From a83c3cfeb35ae6bd308cb0ce17af1e510de6e476 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 10 Oct 2015 00:15:01 -0600 Subject: Made a simple program to blink out temperature measurements. Added some basic temperature stuff to header files. --- tk-attiny.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tk-attiny.h') diff --git a/tk-attiny.h b/tk-attiny.h index 4fee640..6390416 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -70,6 +70,9 @@ #define ADC_DIDR ADC1D // Digital input disable bit corresponding with PB2 #define ADC_PRSCL 0x06 // clk/64 +//#define TEMP_DIDR ADC4D +#define TEMP_CHANNEL 0b00001111 + #endif // FET_7135_LAYOUT #ifdef FERRERO_ROCHER_LAYOUT -- cgit v1.2.3