#avr | Logs for 2016-12-27

Back
[22:25:37] <rue_house> by "2 phase ac" do you mean stepper motors?
[23:03:55] <Tigzee> My responses from the ADC temperature isn't making sense. the room is 23'C. ADCH with ADLAR=1 is 0x15 to 0x16. ADCL is either 0xad, 0xe1, 0x25, 0x69. I don't think those answers for ADCL are possible and ADCH isn't in the same range stated by the manual (when you add the extra 2 binary bits)
[23:28:45] <Casper> Tigzee: in C or asm? if you use C just use ADC
[23:29:05] <Casper> it will be a 16 bits... no need to read ADCL and H individually
[23:29:21] <Casper> if you do, take care in the order at which you do read it