To use this file copy and paste this: // #URL-lib "http://pin1.org/forthlib/flb/Examples/rotary-shed.fth" into BV Terminal 3 or here to download.
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Rotary encoders Example of using the rotary-shed.flb library // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
// REQUIRES: // #URL-lib "http://pin1.org/forthlib/flb/General/soft1.flb" sid=99 // #URL-lib "http://pin1.org/forthlib/flb/General/pinsel.flb" sid=100 // #URL-lib "http://pin1.org/forthlib/flb/Interupts/interrupt.flb" sid=101 // #URL-lib "http://pin1.org/forthlib/flb/Interupts/b-shed.flb" sid=101 // #URL-lib "http://pin1.org/forthlib/flb/Examples/rotary-shed.flb" sid=101
Full Contents of File
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *