Is there any function in atmel studio or arduino that would help me send an 8 bit signal oven the B0 pin of atmega328p?
Is there any function in atmel studio or arduino that would help me send an 8 bit signal oven the B0 pin of atmega328p?
Is there a reason you specifically want to use B0 or will any pin do
Have you also considered using the I2C bus as this will also send 8 bts at a time to a destination via a hardwre UART, just a different protocol thats all.
Is there a reason you specifically want to use B0 or will any pin do
Have you also considered using the I2C bus as this will also send 8 bts at a time to a destination via a hardwre UART, just a different protocol thats all.