Here you can share completed projects or parts of projects that may be useful to others. You may post files relevant to ZBasic - source code, schematics, etc.
The attached .zip file contains two projects: one to build a simple library and another that uses a function in the library.
The library provides one subroutine that has the signature below. The purpose of the subroutine is to cause an LED whose cathode is connected to the specified pin to momentarily illuminate. The second project then calls this library subroutine in a loop to implement continuous blinking.