issues
search
jhugon
/
ascii-serial-com-c
C-code for ASCII-Serial-Com
https://jhugon.github.io/ascii-serial-com-c/
GNU General Public License v3.0
0
stars
0
forks
source link
Add Better Convenience Macros
#11
Closed
jhugon
closed
1 year ago
jhugon
commented
1 year ago
Add public macros:
[x] Check if uart has receive data waiting
[x] Check if uart is ready to send data
[x] push back data from UART into circular buffer
[x] pop front data from circular buffer into UART
[x] UART_Init macros with uart number
[x] Make sure I didn't disable interrupts in init
Add public macros: