To use this file copy and paste this: // #URL-lib "http://pin1.org/forthlib/flb/Examples/p0-31.fth" into BV Terminal 3 or here to download.
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // flash an led on p0.31 // This is the simplest example of Forth code and in this // file you can see how the required library is automatically // downloaded form the pin1.org site // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
// REQUIRES: // #URL-lib "http://pin1.org/forthlib/flb/General/pinsel.flb"
// CONSTANTS: // There are no constants but the following variable is defined // in order to reflect the current state of the port. variable tog
Full Contents of File
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *