Maker Pro
Maker Pro

PIC24F04KA201 source code

nusry

Feb 12, 2010
7
Joined
Feb 12, 2010
Messages
7
i need to get data from hmc5843 to PIC24F04KA201 via i2c
because hmc5843 uses i2c protocol
i need the 'c' source code to PIC24F04KA201
so can any body give me the source code that i need to do this
plese help !!!
 

55pilot

Feb 23, 2010
434
Joined
Feb 23, 2010
Messages
434
If someone offers you their source code, they are unlikely to offer you support to go with it. By the time you figure out what is going on in their code, resolve any undocumented or implicit external dependencies, get rid of extraneous features, add features that you need, you will end up investing a lot of time. You may be better off just writing it from scratch using reference code from Microchip available through various reference designs on their website. And all of that is assuming that the code they give you actually works n the first place.

---55p
 
Top