clock question
kelvin james
Posts: 531
Is it possible to use the clock of an external device to drive the X1 clock pin on the propeller?
kelvin
kelvin
Comments
In your top-level Spin file, you would do this:
CON· _clkmode = xinput 'use XI pin as clock
-or-
CON _clkmode = xinput + pll16x 'use XI pin and multiply frequency by 16x