To use this file copy and paste this: // #URL-lib "http://pin1.org/forthlib/flb/I2C/BV4205.fth" into BV Terminal 3 or here to download.
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Here is an example routine for using the BV5205, A to D IC // note that by using currentSID, the BV4205 library is extended // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
// REQUIRES: // #URL-lib "http://pin1.org/forthlib/flb/General/soft1.flb" sid=100 // #URL-lib "http://pin1.org/forthlib/flb/General/pinsel.flb" sid=101 // #URL-Lib "http://pin1.org/forthlib/flb/I2C/i2c.flb" sid=102 // #URL-lib "http://pin1.org/forthlib/flb/I2C/BV4205.flb" sid=103
// CONSTANTS: // none
Full Contents of File
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *