diff options
| author | Selene ToyKeeper | 2015-10-18 19:15:24 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2015-10-18 19:15:24 -0600 |
| commit | 0b7d9164e309577dd0c75d93e8216e33145fdce2 (patch) | |
| tree | 0b4eb48d1dcda163b55b7991e2b4aeec71f98869 /tk-attiny.h | |
| parent | merged trunk (diff) | |
| parent | Merged many updates from tiny25/bistro branch. (diff) | |
| download | anduril-0b7d9164e309577dd0c75d93e8216e33145fdce2.tar.gz anduril-0b7d9164e309577dd0c75d93e8216e33145fdce2.tar.bz2 anduril-0b7d9164e309577dd0c75d93e8216e33145fdce2.zip | |
merged trunk
Diffstat (limited to '')
| -rw-r--r-- | tk-attiny.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
