by
Published on - 23rd April 2010 20:28
Number of Views: 15415
I’m Running Out of CodeSpace, What can I do?
My progam is too slow - What can I do?
Apart from the obvious and move to a faster PIC with more program memory, there’s a few little known tricks you can try.
...
Re: I2CWRITE/I2CREAD access hardware in the different way? (PCA9685 issues)
You should probably leave them as inputs.
tumbleweed Yesterday, 17:39The I2C commands will change them from inputs to outputs as required to simulate an open-collector signal (high=input, low=output 0).
It would...