( I2C_bitbangForth_App)
( Uses Forth GPIO software and Forth I2C bit-banging software)
( R.J.Wilks  June 2016)

DECIMAL

CR ." Loading: "
FLOAD" GetBoard"          ( B+, Pi2?)
FLOAD" GPIOForth"
FLOAD" I2C_bitbangForth"

CR CR
." Type '<n> ADC_loop' to read n values of ADC conversion (0 to 32K)" CR

