need to add a switch in the config header to enable thread safety mechanisms when used in a threaded environment.
this would involve locking the uart form use... however this might have to be RTOS specific which i dont want to do...
could just have the user give the library a pointer to their RTOS mutex or something.... idk ill think about it
need to add a switch in the config header to enable thread safety mechanisms when used in a threaded environment.
this would involve locking the uart form use... however this might have to be RTOS specific which i dont want to do...
could just have the user give the library a pointer to their RTOS mutex or something.... idk ill think about it