This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what is the difference between 'twi_sw_master.c' and 'twi_hw_master.c' ?

Hi.

I'm using nRF51 DK for developing a device.

and, I'm trying to use 24LC01B(external eeprom) by i2c.

Looking for code used for i2c, there are two *.c files, sw and hw.

There are same functions in two *.c files. (like 'bool twi_master_init(void)' and so on...)

what's the difference between them? and what should I use?

Related