-
Notifications
You must be signed in to change notification settings - Fork 12
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
Out data to UART #1
Comments
The UART pins are shared with the 7 segment muxed display. In order to enable this feature, we'll have to disable the third digit of the first row. And it will flicker with random segments on/off. |
Got it. |
Actually, the random flickering will be present there when you are transmitting. But in any case you'll not be able to modify the digit because you don't have control of that pin. And if you want to create a scheme where you can enable the UART temporarly to send data, you'll end up with garbled data in the receiver whenever the UART is not enabled. |
Feature request
Would be great to have the data sent to UART if values are changed.
The text was updated successfully, but these errors were encountered: