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?