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
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
The micropython reads and also combines concept from C programming 2 python
allocation of memory and registers in C using hexadecimal combined with
variables R known stratgy for hardware programming so if u can use this
techniques for programming ur module with less lines of conjugation of line
of array so that u can locate UART registers for managing UART port
Also python hv options for this i think
On Fri, Nov 18, 2022, 4:04 PM MATTYGILO ***@***.***> wrote:
It would be great if UART accepted Pin class instead of integers
>>> UART(1, 9600, timeout=1000, rx=Pin(18), tx=Pin(17))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: can't convert Pin to int
—
Reply to this email directly, view it on GitHub
<#266>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZTRFYHUYYXQYU5UNL72MTWI55GDANCNFSM6AAAAAASEPCHXA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
It would be great if UART accepted Pin class instead of integers
The text was updated successfully, but these errors were encountered: