You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i wanted to use the new implemented attiny1624, but i have issues with the two UARTs.
I tried the code in PlatformIO and in the Arduino IDE. In the Arduino IDE the UARTs are sending and receiving. In PlatformIO at least on UART dont work, i didnt check wich UART dont work or if both dont work.
I hope somone can help.
The text was updated successfully, but these errors were encountered:
In the last few days, I tested the new Attiny series (attiny426). I'm checking if the PWM, I2C, SPI, ADC, DAC, UART... on PlatformIO works with "functions Arduino"
The PCB that I used does not use some pins, ex. PB2, PA3, ... so I didn't test the RxD (PB3), TxD (PB2) (Serial). Only the *RxD, *TxD with Serial1 and its work :
Hi,
i wanted to use the new implemented attiny1624, but i have issues with the two UARTs.
I tried the code in PlatformIO and in the Arduino IDE. In the Arduino IDE the UARTs are sending and receiving. In PlatformIO at least on UART dont work, i didnt check wich UART dont work or if both dont work.
I hope somone can help.
The text was updated successfully, but these errors were encountered: