jhugon / ascii-serial-com

Serial communication library between computers and microcontrollers, FPGAs, etc. Uses only ASCII
GNU General Public License v3.0
0 stars 0 forks source link

Make a STM USART Init Macro #47

Closed jhugon closed 2 years ago

jhugon commented 2 years ago

See _Pragma("<arg>") from StackOverflow There is also a nice example of using stringify with concatenation in macros.