Markus Hitter
a9f1d00865
Move MAX6675 initialisation from mendel.c to temp.c.
...
Also note a misplaced and misnamed pin.
2014-12-26 19:41:38 +01:00
Markus Hitter
6250dbb9e0
Configuration: move DEBUG_LED definition.
...
Eventual debugging LEDs aren't part of the CPU, but part of the
electronics. Accordingly, define it in config.*.h, not in
arduino_*.h (which would be better named something like
"atmega_*.h).
2014-08-31 19:05:38 +02:00
Mikko Sivulainen
bfe5e6f2fc
Fixed ADC channel handling.
...
ADC pin is not the same as ADC channel in atmega1280/2560.
2012-09-29 22:57:55 +02:00
Michael Moon
2822721a59
improve and simplify heater pin initialisation by moving to io_init[mendel.c] and using macro magic with DEFINE_HEATER
2011-05-05 00:02:06 +10:00
Michael Moon
dba60ba1eb
fix error: lvalue required as unary '&' operand when heater pin is not a PWMable pin.
2011-04-04 09:10:25 +10:00
Ben Jackson
870be1f39d
arduino.h: Add support for AT90USB1287 in arduino_usb1287.h.
...
Only the absolutely #defines exist. The other platforms define symbols
that are not used by Teacup and those were not mapped for the '1287.
2011-03-04 19:42:39 +11:00