Release Semaphore Object
#Firmware/v310
semo:release()
Release a semaphore object.
In the case of mutex (binary semaphores), the calls to semo:release must be exactly the same as the number of calls to semo:wait
semo:release
semo:wait
See: semo:wait