Hi, first of all im going to be making a 3 or 4x DS18B20 temperature display off the single ATMEGA chip, i found some code that had it setup for two probes, and i modified it to show 3. HOWEVER, i noticed that it had:
#define tture 14 //found with
#define tture 15 //found with
#define tture 16 //modified in, following number series
here is the one i added, but then it occured to me that since the ATMEGA chips only go from 'digital pin 0 through 13', where would the 14 have come from and would it be fine if i were to change it to 'digital pin 2, 3, 4, and/or 5' ?
unfortunately my display and DS18B20s aren't due to arrive for another week or two, so i was trying to get my head around some coding for it to start with.
then my next question is how would i add a buzzer that goes off when any given probe records a temperature exceeding above a set limit.
the buzzer is because im making a manual fan speed controller simply because i like certain thing to be controlled manually, and im usually too lazy to continually check the temperature of what will be 'room temp' 'CPU temp' 'water temp' and 'case temp' which will not be need to be buzzered because that is nearly uncontrollable, simply there for show
i did only get my UNO programmer a few days ago, and made various LED fancy tricks happen, such as make the flashing continually speed up then re-loop and making a night rider scanner by simply stating the power level of each LED (yes i know its basic as all anything) however this fiddling around has let me get a grasp of some of the more basic coding more easily.
thanks