ATM90E26_Arduino icon indicating copy to clipboard operation
ATM90E26_Arduino copied to clipboard

A question -

Open kkmehta03 opened this issue 7 years ago • 1 comments

Hi,

Your code is great.. It's simple and easily understandable. I'm trying to make a device driver using your code as a guide. Could you please tell me what this line means? ATM90E26_UART(Stream* UART); It's in your UART interface, header file. Is it a constructor? It's just the one thing I don't understand in your code. Thanks in advance!

kkmehta03 avatar Jun 26 '18 04:06 kkmehta03

This is a generic way of passing an arbitrary UART by pointer rather than creating a specific hardware or software UART.

whatnick avatar Sep 18 '18 23:09 whatnick