-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using usitwislave on ATmega328 (arduino uno) #3
Comments
You don't need this library on an ATmega328p, this microcontroller has a |
For a special case I need to use a software I2C (slave) library and not the I2C hardware module of the ATmega. USI is not implemented on ATmega328p but isn't it similar to USART ? Don't you think it (usiTwiSlave) may function on ATmega if I change the register names to the USART registers? Thank you. |
On 24-04-14 00:27, ilaam wrote:
I see your point but the library is really tailored for USI, including I guess you need the TWI pins for something else ;-) |
Yes exactly TWI pins are already used. |
Hi,
I wonder if this library "usitwislave" can be used on ATmega328p (arduino uno) or at least is there a chance to make it run on ATmega if I adapt the registers to my device ?
The text was updated successfully, but these errors were encountered: