Close

Clock for 3.3v Arduino

A project log for MS5541

Pressure Transducer

jlbrian7jlbrian7 03/20/2015 at 18:020 Comments

Changing from pin 9 and

TCCR1B = TCCR1B & B11111000 | 0x05;

to pin 5 and

TCCR0B = TCCR0B & 0b11111000 | 0x05;

generates the correct clock signal.

What ever the clock signal is for the Uno, it is divided by two for the 8MHz 3.3v arduino.

Discussions