added utils

This commit is contained in:
adrcs 2025-01-29 11:17:14 -07:00 committed by GitHub
parent a9a3f739b4
commit a9b13d2c39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
85 changed files with 9213 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#if defined(__WIN32__) || defined(__CYGWIN__)
# include "serial_w32.c"
#else
# include "serial_posix.c"
#endif