how to connect clock to peripherals

sunburnt63

New Member
I am using the picaxe 18X and one of my peripherals needs a clock connection to communicate with it. The picaxe manual does not list a clock as one of the outputs on the 18X, but I know it has an internal oscillator that I was hoping could be used as the system clock. Thanks for your help!
 

BeanieBots

Moderator
Without knowing the peripheral, we can only GUESS what is required.
It might just need a 'clock' as in an oscillator input for it to work.
More likely, it requires a clock pulse that is synchronised with the data.
How that works will be explained in the peripheral's DATASHEET.

A GUESS is that SPI will do what you need.
 
Top